Skip to content

Commit

Permalink
Please work
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirtos committed Dec 10, 2024
1 parent bb6ca76 commit 6a53afb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 10 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
android {
compileSdk 31
// last ndk version that supports deprecated architectures
compileSdk 34
buildToolsVersion "30.0.2"
// last ndk version that supports deprecated architectures
ndkVersion "16.1.4479499"

splits {
Expand All @@ -41,8 +42,8 @@ android {
applicationId "com.wirtos.tguydroid"
targetSdkVersion 35
minSdkVersion 16
versionCode 8
versionName '1.5.1'
versionCode 9
versionName '1.5.2'
archivesBaseName = "$applicationId-$versionName"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -81,6 +82,11 @@ android {
buildFeatures {
viewBinding true
}
dependenciesInfo {
includeInApk true
includeInBundle true
}
buildToolsVersion '30.0.2'
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
android.enableJetifier=true
android.enableR8.fullMode=true

0 comments on commit 6a53afb

Please sign in to comment.