50 lines
2.8 KiB
TOML
50 lines
2.8 KiB
TOML
[versions]
|
|
agp = "8.10.1"
|
|
androidsvg = "1.4"
|
|
glide = "4.16.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
appcompat = "1.7.1"
|
|
lifecycleLivedataKtxVersion = "2.6.2"
|
|
lifecycleViewmodelKtxVersion = "2.6.2"
|
|
material = "1.12.0"
|
|
activity = "1.10.1"
|
|
constraintlayout = "2.2.1"
|
|
kotlin = "2.0.21"
|
|
annotation = "1.6.0"
|
|
lifecycleLivedataKtx = "2.9.2"
|
|
lifecycleViewmodelKtx = "2.9.2"
|
|
okhttp = "4.12.0"
|
|
roomRuntime = "2.7.2"
|
|
navigationFragmentKtx = "2.6.0"
|
|
navigationUiKtx = "2.6.0"
|
|
|
|
[libraries]
|
|
androidsvg = { module = "com.caverock:androidsvg", version.ref = "androidsvg" }
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
|
|
androidx-lifecycle-livedata-ktx-v262 = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtxVersion" }
|
|
androidx-lifecycle-viewmodel-ktx-v262 = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtxVersion" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
|
|
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
annotation = { group = "androidx.annotation", name = "annotation", version.ref = "annotation" }
|
|
lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
|
|
lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
|
|
androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" }
|
|
androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigationUiKtx" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|