Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Feb 1, 2025
1 parent ae3b5b6 commit 9ac1c54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ android {
versionCode = commitCount

ndk.abiFilters += listOf("arm64-v8a", "x86_64")
resourceConfigurations += arrayOf("en", "zh-rCN")
}

@Suppress("UnstableApiUsage")
androidResources {
localeFilters += listOf("en", "zh-rCN")
}

val releaseSigning = if (project.hasReleaseKeyStore) {
Expand Down

0 comments on commit 9ac1c54

Please sign in to comment.