android flesh out
This commit is contained in:
@@ -24,6 +24,11 @@ work = "2.9.1"
|
||||
firebaseBom = "33.10.0"
|
||||
truth = "1.4.4"
|
||||
mockwebserver = "4.12.0"
|
||||
dataStore = "1.1.1"
|
||||
crashlyticsGradle = "3.0.3"
|
||||
benchmarkMacroJunit4 = "1.2.4"
|
||||
paging = "3.3.5"
|
||||
paparazzi = "1.6.0"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -57,11 +62,18 @@ okhttp-mockwebserver = { group = "com.squareup.okhttp3", name = "mockwebserver",
|
||||
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
||||
work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" }
|
||||
work-testing = { group = "androidx.work", name = "work-testing", version.ref = "work" }
|
||||
androidx-paging-runtime = { group = "androidx.paging", name = "paging-runtime", version.ref = "paging" }
|
||||
androidx-paging-compose = { group = "androidx.paging", name = "paging-compose", version.ref = "paging" }
|
||||
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" }
|
||||
firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashlytics" }
|
||||
androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "dataStore" }
|
||||
benchmark-macro-junit4 = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "benchmarkMacroJunit4" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
firebase-crashlytics-gradle = { id = "com.google.firebase.crashlytics", version.ref = "crashlyticsGradle" }
|
||||
paparazzi = { id = "app.cash.paparazzi", version.ref = "paparazzi" }
|
||||
|
||||
Reference in New Issue
Block a user