# Conflicts:
#	app/build.gradle
This commit is contained in:
2024-11-18 22:23:47 +05:00
5 changed files with 2 additions and 50 deletions

View File

@ -39,7 +39,6 @@ android {
}
namespace 'kz.istt.locust'
compileSdk 34
buildToolsVersion '34.0.0'
}
dependencies {
@ -54,6 +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.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}