This commit is contained in:
Ваше Имя
2025-09-24 16:21:42 +04:00
parent 3c9f2eaf15
commit 9008e9b95f
8 changed files with 54 additions and 123 deletions
+3 -6
View File
@@ -1,7 +1,7 @@
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
id("org.jetbrains.kotlin.kapt")
id("com.google.gms.google-services")
}
android {
@@ -47,9 +47,6 @@ dependencies {
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
// Room
val room_version = "2.8.0"
implementation("androidx.room:room-runtime:$room_version")
kapt("androidx.room:room-compiler:$room_version")
implementation("androidx.room:room-ktx:$room_version")
implementation(platform("com.google.firebase:firebase-bom:34.3.0"))
implementation("com.google.firebase:firebase-database")
}