Версия

This commit is contained in:
2026-04-04 14:49:30 +05:00
parent 0c816b4870
commit bfef557d60

View File

@ -14,7 +14,7 @@ android {
applicationId "kz.istt.locust" applicationId "kz.istt.locust"
minSdkVersion 15 minSdkVersion 15
versionCode 113 versionCode 113
versionName "3.0.9" versionName "3.0.10"
targetSdkVersion 35 targetSdkVersion 35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true multiDexEnabled true
@ -39,7 +39,7 @@ android {
targetCompatibility JavaVersion.VERSION_21 targetCompatibility JavaVersion.VERSION_21
} }
namespace 'kz.istt.locust' namespace 'kz.istt.locust'
compileSdk 34 compileSdk 35
} }
dependencies { dependencies {