66 lines
4.0 KiB
TOML
66 lines
4.0 KiB
TOML
[versions]
|
|
activityCompose = "1.10.1"
|
|
appcompat = "1.7.0"
|
|
cardview = "1.0.0"
|
|
coilCompose = "2.5.0"
|
|
composeBom = "2025.03.01"
|
|
constraintlayout = "2.2.1"
|
|
coreKtx = "1.15.0"
|
|
exifinterface = "1.4.0"
|
|
foundation = "1.7.8"
|
|
fragmentKtx = "1.8.6"
|
|
gradleVersion = "8.9.1"
|
|
kotlin = "2.1.10"
|
|
kotlinStdlibJdk8 = "2.1.10"
|
|
kotlinxCoroutinesAndroid = "1.9.0"
|
|
lifecycleExtensions = "2.2.0"
|
|
lifecycleViewmodelCompose = "2.8.7"
|
|
localbroadcastmanager = "1.1.0"
|
|
material = "1.12.0"
|
|
media = "1.7.0"
|
|
preferenceKtx = "1.2.1"
|
|
swiperefreshlayout = "1.1.0"
|
|
ui = "1.8.0-rc02"
|
|
foundationAndroid = "1.7.8"
|
|
toolsCore = "1.0.0-alpha13"
|
|
runtimeLivedata = "1.7.8"
|
|
uiTestAndroid = "1.7.8"
|
|
composeMaterial = "1.7.8"
|
|
composeMaterial3 = "1.3.1"
|
|
|
|
[libraries]
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activityCompose" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
androidx-cardview = { module = "androidx.cardview:cardview", version.ref = "cardview" }
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
|
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
androidx-exifinterface = { module = "androidx.exifinterface:exifinterface", version.ref = "exifinterface" }
|
|
androidx-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "foundation" }
|
|
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragmentKtx" }
|
|
androidx-lifecycle-extensions = { module = "androidx.lifecycle:lifecycle-extensions", version.ref = "lifecycleExtensions" }
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleViewmodelCompose" }
|
|
androidx-localbroadcastmanager = { module = "androidx.localbroadcastmanager:localbroadcastmanager", version.ref = "localbroadcastmanager" }
|
|
androidx-media = { module = "androidx.media:media", version.ref = "media" }
|
|
androidx-preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
|
|
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
|
|
androidx-ui = { module = "androidx.compose.ui:ui", version.ref = "ui" }
|
|
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
|
|
gradle-v881 = { module = "com.android.tools.build:gradle", version.ref = "gradleVersion" }
|
|
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlinStdlibJdk8" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
|
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-foundation-android = { group = "androidx.compose.foundation", name = "foundation-android", version.ref = "foundationAndroid" }
|
|
androidx-tools-core = { group = "androidx.privacysandbox.tools", name = "tools-core", version.ref = "toolsCore" }
|
|
androidx-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata", version.ref = "runtimeLivedata" }
|
|
androidx-ui-test-android = { group = "androidx.compose.ui", name = "ui-test-android", version.ref = "uiTestAndroid" }
|
|
androidx-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "composeMaterial" }
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "composeMaterial3" }
|
|
|
|
[plugins]
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|