From f51351f291ce837c2ffb9ea9c94a6abac548e743 Mon Sep 17 00:00:00 2001 From: igor Date: Sun, 5 Apr 2026 14:29:24 +0500 Subject: [PATCH] Set resources in one file --- app/build.gradle | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cce34ba..b7da19c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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