Выпуск новой версии 3.0.2 + языки

This commit is contained in:
2025-02-11 00:02:43 +05:00
parent 78dc4d52be
commit ead0f4a45b
11 changed files with 18 additions and 6 deletions

View File

@ -13,10 +13,11 @@ android {
defaultConfig {
applicationId "kz.istt.locust"
minSdkVersion 15
versionCode 103
versionCode 105
versionName "3.0.2"
targetSdkVersion 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {
release {
@ -43,6 +44,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation("androidx.multidex:multidex:2.0.1")
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'