38 lines
1.9 KiB
TOML
38 lines
1.9 KiB
TOML
[versions]
|
|
activityCompose = "1.9.3"
|
|
androidGradlePlugin = "8.7.2"
|
|
appcompat = "1.7.0"
|
|
composeBom = "2024.11.00"
|
|
coreKtx = "1.15.0"
|
|
espressoCore = "3.6.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
kotlin = "2.0.21"
|
|
ktorVersion = "3.0.1"
|
|
lifecycleRuntimeKtx = "2.8.7"
|
|
maxSdk = "35"
|
|
minSdk = "29"
|
|
preferenceKtx = "1.2.1"
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
|
|
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "junitVersion" }
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
|
|
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
|
compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
|
|
compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
compose-ui = { module = "androidx.compose.ui:ui" }
|
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktorVersion" }
|
|
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktorVersion" }
|
|
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktorVersion" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|