Исправил коллизии библиотек при билде

This commit is contained in:
Igor I
2024-10-08 10:22:02 +05:00
parent 5ad16b6e35
commit 6589c697ad
5 changed files with 5 additions and 50 deletions

View File

@ -39,7 +39,6 @@ android {
}
namespace 'kz.istt.locust'
compileSdk 33
buildToolsVersion '34.0.0'
}
dependencies {
@ -54,6 +53,7 @@ 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'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}