Files
rider-pro-android-app/gradle/libs.versions.toml

105 lines
6.5 KiB
TOML
Raw Permalink Normal View History

2024-06-22 04:25:20 +08:00
[versions]
2024-07-12 01:36:59 +08:00
accompanistSystemuicontroller = "0.27.0"
2024-06-22 04:25:20 +08:00
agp = "8.4.0"
2024-07-20 16:06:37 +08:00
animation = "1.7.0-beta05"
2025-09-08 12:10:38 +08:00
coil = "2.7.0"
2024-08-23 18:31:14 +08:00
composeImageBlurhash = "3.0.2"
2025-09-08 12:10:38 +08:00
converterGson = "2.11.0"
2025-09-09 19:05:07 +08:00
imSdk = "3.8.3.2"
imcoreSdk = "3.8.3-patch10"
2025-09-08 12:10:38 +08:00
coreSplashscreen = "1.0.1"
credentialsPlayServicesAuth = "1.2.2"
eventbus = "3.3.1"
firebaseBom = "33.2.0"
gson = "2.12.1"
imagecropview = "3.0.1"
jpushGoogle = "5.4.0"
jwtdecode = "2.0.2"
kotlin = "1.9.10"
2024-06-22 04:25:20 +08:00
coreKtx = "1.10.1"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
2025-09-08 12:10:38 +08:00
kotlinFaker = "2.0.0-rc.5"
2024-06-22 04:25:20 +08:00
lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.0"
2024-07-20 16:06:37 +08:00
composeBom = "2024.06.00"
2025-09-08 12:10:38 +08:00
lifecycleRuntimeKtxVersion = "2.6.2"
2024-07-12 01:36:59 +08:00
mapsCompose = "4.3.3"
2025-09-08 12:10:38 +08:00
material = "1.6.8"
2024-06-22 04:25:20 +08:00
material3Android = "1.2.1"
2024-07-12 01:36:59 +08:00
media3Exoplayer = "1.3.1"
2024-06-22 04:25:20 +08:00
navigationCompose = "2.7.7"
pagingRuntime = "3.3.0"
2024-07-12 01:36:59 +08:00
activityKtx = "1.9.0"
2024-07-12 04:36:03 +08:00
lifecycleCommonJvm = "2.8.2"
2024-07-20 16:06:37 +08:00
places = "3.3.0"
2024-08-23 18:31:14 +08:00
googleid = "1.1.1"
identityCredential = "20231002"
2024-09-05 22:04:41 +08:00
lifecycleProcess = "2.8.4"
2025-09-08 12:10:38 +08:00
playServicesAuth = "21.4.0"
2024-10-13 05:57:25 +08:00
rendering = "1.17.1"
2025-09-08 12:10:38 +08:00
zoomable = "1.6.1"
2024-06-22 04:25:20 +08:00
[libraries]
2024-07-12 01:36:59 +08:00
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }
2024-07-20 16:06:37 +08:00
androidx-animation = { module = "androidx.compose.animation:animation", version.ref = "animation" }
2024-06-22 04:25:20 +08:00
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
2025-09-08 12:10:38 +08:00
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
androidx-credentials = { module = "androidx.credentials:credentials", version.ref = "credentialsPlayServicesAuth" }
androidx-credentials-play-services-auth = { module = "androidx.credentials:credentials-play-services-auth", version.ref = "credentialsPlayServicesAuth" }
androidx-lifecycle-runtime-ktx-v262 = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtxVersion" }
androidx-material = { module = "androidx.compose.material:material", version.ref = "material" }
2024-07-12 01:36:59 +08:00
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3Exoplayer" }
androidx-media3-session = { module = "androidx.media3:media3-session", version.ref = "media3Exoplayer" }
androidx-media3-ui = { module = "androidx.media3:media3-ui", version.ref = "media3Exoplayer" }
2024-06-22 04:25:20 +08:00
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pagingRuntime" }
androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "pagingRuntime" }
2025-09-08 12:10:38 +08:00
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
2024-08-23 18:31:14 +08:00
compose-image-blurhash = { module = "com.github.orlando-dev-code:compose-image-blurhash", version.ref = "composeImageBlurhash" }
2025-09-08 12:10:38 +08:00
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "converterGson" }
eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
firebase-analytics = { module = "com.google.firebase:firebase-analytics" }
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebaseBom" }
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" }
firebase-messaging-ktx = { module = "com.google.firebase:firebase-messaging-ktx" }
firebase-perf = { module = "com.google.firebase:firebase-perf" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
imagecropview = { module = "io.github.rroohit:ImageCropView", version.ref = "imagecropview" }
jpush-google = { module = "cn.jiguang.sdk:jpush-google", version.ref = "jpushGoogle" }
2024-06-22 04:25:20 +08: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" }
2024-07-12 01:36:59 +08:00
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.9.0" }
2024-06-22 04:25:20 +08:00
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" }
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
2025-09-09 17:53:52 +08:00
im-sdk = { module = "io.openim:android-sdk", version.ref = "imSdk" }
im-core-sdk = { module = "io.openim:core-sdk", version.ref = "imcoreSdk" }
2025-09-08 12:10:38 +08:00
jwtdecode = { module = "com.auth0.android:jwtdecode", version.ref = "jwtdecode" }
kotlin-faker = { module = "io.github.serpro69:kotlin-faker", version.ref = "kotlinFaker" }
2024-07-12 01:36:59 +08:00
maps-compose = { module = "com.google.maps.android:maps-compose", version.ref = "mapsCompose" }
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }
2024-07-12 04:36:03 +08:00
androidx-lifecycle-common-jvm = { group = "androidx.lifecycle", name = "lifecycle-common-jvm", version.ref = "lifecycleCommonJvm" }
2024-07-20 16:06:37 +08:00
places = { module = "com.google.android.libraries.places:places", version.ref = "places" }
2024-08-23 18:31:14 +08:00
googleid = { group = "com.google.android.libraries.identity.googleid", name = "googleid", version.ref = "googleid" }
identity-credential = { group = "com.android.identity", name = "identity-credential", version.ref = "identityCredential" }
2024-09-05 22:04:41 +08:00
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }
2025-09-08 12:10:38 +08:00
play-services-auth = { module = "com.google.android.gms:play-services-auth", version.ref = "playServicesAuth" }
2024-10-13 05:57:25 +08:00
rendering = { group = "com.google.ar.sceneform", name = "rendering", version.ref = "rendering" }
2025-09-08 12:10:38 +08:00
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "converterGson" }
zoomable = { module = "net.engawapg.lib:zoomable", version.ref = "zoomable" }
2024-06-22 04:25:20 +08:00
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }