This commit is contained in:
Ваше Имя
2025-09-24 16:40:35 +04:00
parent 9008e9b95f
commit 0b2bebfc92
5 changed files with 29 additions and 81 deletions
+1 -3
View File
@@ -1,7 +1,6 @@
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
id("com.google.gms.google-services")
}
android {
@@ -47,6 +46,5 @@ dependencies {
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
implementation(platform("com.google.firebase:firebase-bom:34.3.0"))
implementation("com.google.firebase:firebase-database")
implementation("org.osmdroid:osmdroid-android:6.1.20")
}