Skip to content

Commit

Permalink
chore: reduced apk output size
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIkso committed Dec 30, 2024
1 parent c068f55 commit 9aba7d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ android {
targetSdk = 35
versionCode = 6
versionName = "1.0.5"
resourceConfigurations += listOf("en", "ua")
ndk {
//noinspection ChromeOsAbiSupport
abiFilters += listOf("armeabi-v7a", "arm64-v8a")
}
}

if (keystorePropertiesFile.exists()) {
Expand Down

0 comments on commit 9aba7d1

Please sign in to comment.