Выпуск новой версии 3.0.2 + языки
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user