Set resources in one file

This commit is contained in:
2026-04-05 14:29:24 +05:00
parent 6ea173b423
commit f51351f291

View File

@ -1,6 +1,13 @@
apply plugin: 'com.android.application'
android {
bundle {
language {
enableSplit = false
}
}
signingConfigs {
config {
keyAlias 'ASDC'
@ -13,8 +20,8 @@ android {
defaultConfig {
applicationId "kz.istt.locust"
minSdkVersion 15
versionCode 114
versionName "3.0.10"
versionCode 115
versionName "3.0.11"
targetSdkVersion 35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true