2026-05-07 10:30:10 +00:00
|
|
|
[versions]
|
|
|
|
|
agp = "9.2.0"
|
2026-05-12 16:52:15 +00:00
|
|
|
converterGson = "3.0.0"
|
2026-05-07 10:30:10 +00:00
|
|
|
coreKtx = "1.18.0"
|
2026-05-12 16:52:15 +00:00
|
|
|
hiltAndroid = "2.59.2"
|
2026-05-12 09:11:41 +00:00
|
|
|
hiltAndroidCompiler = "2.59.2"
|
2026-05-07 10:30:10 +00:00
|
|
|
junit = "4.13.2"
|
|
|
|
|
junitVersion = "1.3.0"
|
|
|
|
|
espressoCore = "3.7.0"
|
|
|
|
|
lifecycleRuntimeKtx = "2.10.0"
|
|
|
|
|
activityCompose = "1.13.0"
|
|
|
|
|
kotlin = "2.2.10"
|
|
|
|
|
composeBom = "2026.02.01"
|
|
|
|
|
navigationCompose = "2.9.8"
|
2026-05-07 16:00:47 +00:00
|
|
|
hilt = "2.57.1"
|
2026-05-09 17:39:31 +00:00
|
|
|
foundation = "1.11.1"
|
2026-05-12 16:52:15 +00:00
|
|
|
retrofit = "3.0.0"
|
2026-05-12 09:11:41 +00:00
|
|
|
runtime = "1.11.1"
|
|
|
|
|
rxandroid = "3.0.2"
|
|
|
|
|
rxjava = "3.1.12"
|
|
|
|
|
hiltNavigationCompose = "1.2.0"
|
2026-05-07 10:30:10 +00:00
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
|
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
2026-05-12 16:52:15 +00:00
|
|
|
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" }
|
2026-05-12 09:11:41 +00:00
|
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroidCompiler" }
|
2026-05-12 16:52:15 +00:00
|
|
|
hilt-android-v2592 = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
2026-05-07 10:30:10 +00:00
|
|
|
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-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
|
|
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
|
|
|
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
|
|
|
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
|
|
|
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
|
|
|
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
|
|
|
androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
|
|
|
androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
|
|
|
|
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
|
2026-05-07 16:00:47 +00:00
|
|
|
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
|
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
|
2026-05-09 17:39:31 +00:00
|
|
|
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "foundation" }
|
2026-05-12 09:11:41 +00:00
|
|
|
androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "runtime" }
|
2026-05-12 16:52:15 +00:00
|
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
2026-05-12 09:11:41 +00:00
|
|
|
rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
|
|
|
|
|
rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
|
|
|
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
|
2026-05-07 10:30:10 +00:00
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
2026-05-07 16:00:47 +00:00
|
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
|
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
2026-05-07 10:30:10 +00:00
|
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
2026-05-07 16:00:47 +00:00
|
|
|
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
|