mostly android
This commit is contained in:
@@ -21,6 +21,7 @@ retrofit = "2.11.0"
|
||||
retrofitKotlinxSerializationConverter = "1.0.0"
|
||||
kotlinxSerializationJson = "1.7.3"
|
||||
work = "2.9.1"
|
||||
firebaseBom = "33.10.0"
|
||||
truth = "1.4.4"
|
||||
mockwebserver = "4.12.0"
|
||||
|
||||
@@ -57,6 +58,8 @@ kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-
|
||||
work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" }
|
||||
work-testing = { group = "androidx.work", name = "work-testing", version.ref = "work" }
|
||||
truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
|
||||
firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebaseBom" }
|
||||
firebase-messaging = { group = "com.google.firebase", name = "firebase-messaging" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user