Revert "Add android settings"

This reverts commit b6692b4747.
This commit is contained in:
Duarte Roso
2024-04-23 16:10:08 +02:00
parent b6692b4747
commit 9bc9d95a22
3 changed files with 4 additions and 46 deletions

View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdk ${TargetSdk}
compileSdkVersion 24
namespace "${PackageName}"
defaultConfig {
applicationId "${PackageName}"
minSdk ${MinimumSdk}
targetSdk ${TargetSdk}
versionCode ${VersionCode}
minSdkVersion 24
targetSdkVersion 24
versionCode 1
versionName "${ProjectVersion}"
ndk {
abiFilter "${PackageAbi}"