mobile base

This commit is contained in:
2026-02-11 15:58:30 +01:00
parent e03329cedb
commit e254554532
14 changed files with 1007 additions and 2 deletions

View File

@@ -8,6 +8,25 @@ espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.10.0"
lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.0"
composeBom = "2024.04.01"
navigationRuntimeKtx = "2.8.8"
navigationCompose = "2.8.8"
places = "4.1.0"
okhttp = "4.12.0"
streamLog = "1.1.4"
landscapist = "2.4.6"
webrtc = "1.3.6"
kotlinxSerializationJson = "1.7.3"
ktlint = "0.43.0"
retrofit = "2.11.0"
retrofitResultAdapter = "1.0.10"
retrofitKotlinxSerializationJson = "1.0.0"
spotless = "6.7.0"
credentials = "1.5.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -19,4 +38,4 @@ material = { group = "com.google.android.material", name = "material", version.r
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }