Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
120 lines
6.0 KiB
TOML
120 lines
6.0 KiB
TOML
[versions]
|
|
accompanist-pager = "0.28.0"
|
|
androidGradlePlugin = "8.7.2"
|
|
android-material = "1.9.0"
|
|
androidx-activityCompose = "1.7.2"
|
|
androidx-appcompat = "1.6.1"
|
|
androidx-constraintlayoutCompose = "1.1.0-alpha10"
|
|
androidx-core-ktx = "1.8.0"
|
|
androidx-hilt = "1.0.0"
|
|
androidx-lifecycle = "2.6.1"
|
|
androidx-media3 = "1.4.1"
|
|
androidx-pagingCompose = "3.2.0"
|
|
androidx-pagingRuntimeKtx = "3.1.1"
|
|
androidx-profileinstaller = "1.3.1"
|
|
androidx-test-espresso = "3.5.1"
|
|
androidx-test-junit = "1.1.5"
|
|
coil = "2.5.0"
|
|
compose-bom = "2024.09.02"
|
|
compose-lib = "1.5.14"
|
|
firebase-bom = "33.4.0"
|
|
gson = "2.11.0"
|
|
guava = "33.3.1-android"
|
|
hilt = "2.48"
|
|
junit = "4.13.2"
|
|
kotlin = "1.9.24"
|
|
ksp = "1.9.24-1.0.20"
|
|
lottie = "6.4.1"
|
|
mvel2 = "2.4.15.Final"
|
|
navi-alfred = "1.16.0"
|
|
navigation-compose = "2.6.0"
|
|
okhttp-bom = "4.12.0"
|
|
retrofit = "2.11.0"
|
|
room = "2.5.2"
|
|
spotless = "6.25.0"
|
|
|
|
[libraries]
|
|
accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist-pager" }
|
|
accompanist-pagerIndicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanist-pager" }
|
|
|
|
android-material = { module = "com.google.android.material:material", version.ref = "android-material" }
|
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
|
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
|
|
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
|
|
androidx-compose-material = { module = "androidx.compose.material:material" }
|
|
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
|
androidx-compose-ui-toolingPreview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
androidx-compose-ui-ui = { module = "androidx.compose.ui:ui" }
|
|
|
|
androidx-constraintlayoutCompose = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-constraintlayoutCompose" }
|
|
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core-ktx" }
|
|
|
|
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
|
|
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
|
|
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
|
|
|
|
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "androidx-media3" }
|
|
androidx-media3-ui = { module = "androidx.media3:media3-ui", version.ref = "androidx-media3" }
|
|
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
|
|
|
|
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-pagingCompose" }
|
|
androidx-paging-runtime-ktx = { module = "androidx.paging:paging-runtime-ktx", version.ref = "androidx-pagingRuntimeKtx" }
|
|
|
|
androidx-profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "androidx-profileinstaller" }
|
|
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "room" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
|
|
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
|
|
androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-junit" }
|
|
|
|
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
|
coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "coil" }
|
|
|
|
dagger-hiltAndroid = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
|
dagger-hiltCompiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
|
|
|
|
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" }
|
|
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
|
|
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
|
|
lottieCompose = { module = "com.airbnb.android:lottie-compose", version.ref = "lottie" }
|
|
|
|
mvel2 = { module = "org.mvel:mvel2", version.ref = "mvel2" }
|
|
|
|
navi-alfred = { module = "com.navi.android:alfred", version.ref = "navi-alfred" }
|
|
|
|
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp-bom" }
|
|
okhttp-loggingIntercepter = { module = "com.squareup.okhttp3:logging-interceptor" }
|
|
|
|
retrofit-converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
|
retrofit-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
|
android-test = { id = "com.android.test", version.ref = "androidGradlePlugin" }
|
|
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
maven-publish = { id = "maven-publish" }
|
|
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
|