56 lines
3.4 KiB
TOML
56 lines
3.4 KiB
TOML
|
[versions]
|
||
|
agp = "8.5.1"
|
||
|
coilCompose = "2.4.0"
|
||
|
kotlin = "2.0.0"
|
||
|
coreKtx = "1.13.1"
|
||
|
junit = "4.13.2"
|
||
|
junitVersion = "1.1.5"
|
||
|
espressoCore = "3.5.1"
|
||
|
kotlinxCollectionsImmutable = "0.3.7"
|
||
|
lifecycleRuntimeKtx = "2.8.2"
|
||
|
activityCompose = "1.9.0"
|
||
|
composeBom = "2024.06.00"
|
||
|
media3 = "1.3.1"
|
||
|
okhttp = "4.12.0"
|
||
|
qrose = "1.0.1"
|
||
|
kotlinx-serialization = "1.7.0"
|
||
|
androidasync = "3.1.0"
|
||
|
tvFoundation = "1.0.0-alpha10"
|
||
|
tvMaterial = "1.0.0-beta01"
|
||
|
|
||
|
[libraries]
|
||
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||
|
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
|
||
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
||
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
||
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
|
||
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
||
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
||
|
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
||
|
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
||
|
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
||
|
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
||
|
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
||
|
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
||
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||
|
androidx-media3-exoplayer = { group = "androidx.media3", name = "media3-exoplayer", version.ref = "media3" }
|
||
|
androidx-media3-exoplayer-hls = { group = "androidx.media3", name = "media3-exoplayer-hls", version.ref = "media3" }
|
||
|
androidx-media3-exoplayer-rtsp = { group = "androidx.media3", name = "media3-exoplayer-rtsp", version.ref = "media3" }
|
||
|
kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }
|
||
|
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
|
||
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||
|
qrose = { module = "io.github.alexzhirkevich:qrose", version.ref = "qrose" }
|
||
|
androidasync = { module = "com.koushikdutta.async:androidasync", version.ref = "androidasync" }
|
||
|
androidx-tv-foundation = { group = "androidx.tv", name = "tv-foundation", version.ref = "tvFoundation" }
|
||
|
androidx-tv-material = { group = "androidx.tv", name = "tv-material", version.ref = "tvMaterial" }
|
||
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
||
|
|
||
|
[plugins]
|
||
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
||
|
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||
|
|