52 lines
2.9 KiB
TOML
52 lines
2.9 KiB
TOML
[versions]
|
|
agp = "8.7.3"
|
|
hiltAndroid = "2.51"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.3.0"
|
|
espressoCore = "3.7.0"
|
|
appcompat = "1.7.1"
|
|
kotlinxCoroutinesAndroid = "1.8.1"
|
|
material = "1.13.0"
|
|
constraintlayout = "2.2.1"
|
|
navigationFragment = "2.6.0"
|
|
navigationUi = "2.6.0"
|
|
googleAndroidLibrariesMapsplatformSecretsGradlePlugin = "2.0.1"
|
|
okhttp = "4.12.0"
|
|
playServicesMaps = "18.1.0"
|
|
recyclerviewV7 = "28.0.0"
|
|
retrofit = "2.11.0"
|
|
rxandroid = "1.2.1"
|
|
rxjava = "1.3.8"
|
|
kotlin = "1.9.24"
|
|
coreKtx = "1.17.0"
|
|
swiperefreshlayout = "1.1.0"
|
|
|
|
[libraries]
|
|
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
|
hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hiltAndroid" }
|
|
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" }
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
|
|
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
|
|
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
play-services-maps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "playServicesMaps" }
|
|
recyclerview-v7 = { module = "com.android.support:recyclerview-v7", version.ref = "recyclerviewV7" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
rxandroid = { module = "io.reactivex:rxandroid", version.ref = "rxandroid" }
|
|
rxjava = { module = "io.reactivex:rxjava", version.ref = "rxjava" }
|
|
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
google-android-libraries-mapsplatform-secrets-gradle-plugin = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "googleAndroidLibrariesMapsplatformSecretsGradlePlugin" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|