This commit is contained in:
2024-11-23 19:59:25 +05:00

View File

@ -38,7 +38,7 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
namespace 'kz.istt.locust'
compileSdk 33
compileSdk 34
}
dependencies {
@ -53,7 +53,4 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:20.4.0'
implementation 'com.google.maps.android:android-maps-utils:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}