unn/gradle/libs.versions.toml

74 lines
4.7 KiB
TOML
Raw Normal View History

2024-03-19 00:27:57 +03:00
[versions]
2024-03-20 20:29:10 +03:00
acraHttp = "5.11.3"
2025-04-23 20:39:41 +03:00
agp = "8.7.3"
calendar = "2.6.2"
2024-09-08 21:23:38 +03:00
coilCompose = "2.7.0"
2025-04-23 20:39:41 +03:00
compose = "1.8.0"
2024-03-19 00:27:57 +03:00
coreSplashscreen = "1.0.1"
2025-04-23 20:39:41 +03:00
datastorePreferences = "1.1.5"
desugar_jdk_libs = "2.1.5"
kotlin = "2.1.20"
coreKtx = "1.16.0"
2024-09-08 21:23:38 +03:00
junitVersion = "1.2.1"
espressoCore = "3.6.1"
ktor = "2.3.12"
2025-04-23 20:39:41 +03:00
lifecycle = "2.8.7"
activityCompose = "1.10.1"
composeBom = "2025.04.01"
2024-09-08 21:23:38 +03:00
appcompat = "1.7.0"
material = "1.12.0"
2025-04-23 20:39:41 +03:00
annotation = "1.9.1"
constraintlayout = "2.2.1"
activity = "1.10.1"
navigationCompose = "2.8.9"
roomRuntime = "2.7.1"
2024-03-21 17:08:39 +03:00
secretsGradlePlugin = "2.0.1"
2025-04-22 18:07:35 +03:00
splitties = "3.0.0"
materialIconsCoreAndroid = "1.7.8"
2024-03-19 00:27:57 +03:00
[libraries]
2024-03-20 20:29:10 +03:00
acra-http = { module = "ch.acra:acra-http", version.ref = "acraHttp" }
2024-03-19 00:27:57 +03:00
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
2024-03-28 00:03:48 +03:00
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
2024-03-20 21:14:31 +03:00
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
2024-09-08 21:23:38 +03:00
compose = { module = "com.kizitonwose.calendar:compose", version.ref = "calendar" }
2024-03-19 00:27:57 +03:00
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
2024-09-08 21:23:38 +03:00
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
2024-03-19 00:27:57 +03:00
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" }
2024-09-08 21:23:38 +03:00
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version.ref = "compose" }
2024-03-19 00:27:57 +03:00
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
2024-03-29 18:05:13 +03:00
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktor" }
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
2024-09-08 21:23:38 +03:00
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
2024-03-19 00:27:57 +03:00
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
androidx-annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
2024-09-08 21:23:38 +03:00
androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
2024-03-19 00:27:57 +03:00
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
2024-03-21 17:08:39 +03:00
secrets-gradle-plugin = { module = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin", version.ref = "secretsGradlePlugin" }
2025-04-22 18:07:35 +03:00
splitties-base = { module = "com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl", version.ref = "splitties" }
splitties-room = { module = "com.louiscad.splitties:splitties-arch-room", version.ref = "splitties" }
androidx-material-icons-core-android = { group = "androidx.compose.material", name = "material-icons-core-android", version.ref = "materialIconsCoreAndroid" }
2024-03-19 00:27:57 +03:00
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
2025-04-23 20:39:41 +03:00
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
2024-03-19 00:27:57 +03:00