diff --git a/app/build.gradle b/app/build.gradle index e293bc9..2305f21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' - }