Compare commits

..

2 Commits

Author SHA1 Message Date
957e06833f Merge branch 'develop' of https://git.ccalm.org/igor/org.ccalm.asdc into develop 2026-04-04 14:49:41 +05:00
bfef557d60 Версия 2026-04-04 14:49:30 +05:00

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 {