Merge pull request #7471 from thunderbird/dependency-updates
Dependency updates
This commit is contained in:
commit
ee5fd15f5f
1 changed files with 13 additions and 13 deletions
|
@ -3,17 +3,17 @@
|
|||
|
||||
[versions]
|
||||
gradle = "8.5"
|
||||
androidGradlePlugin = "8.1.4"
|
||||
androidGradlePlugin = "8.2.0"
|
||||
ktlint = "1.0.1"
|
||||
|
||||
kotlin = "1.9.20"
|
||||
kotlin = "1.9.21"
|
||||
kotlinxCoroutines = "1.7.3"
|
||||
jetbrainsAnnotations = "24.0.1"
|
||||
androidxAppCompat = "1.6.1"
|
||||
androidxActivity = "1.8.1"
|
||||
androidxActivity = "1.8.2"
|
||||
androidxRecyclerView = "1.3.2"
|
||||
androidxLifecycle = "2.6.2"
|
||||
androidxNavigation = "2.7.5"
|
||||
androidxNavigation = "2.7.6"
|
||||
androidxConstraintLayout = "2.1.4"
|
||||
androidxFragment = "1.6.2"
|
||||
androidxCore = "1.12.0"
|
||||
|
@ -21,7 +21,7 @@ androidxCoreSplashscreen = "1.0.1"
|
|||
androidxPreference = "1.2.1"
|
||||
androidxDrawerLayout = "1.1.1"
|
||||
androidxTransition = "1.4.1"
|
||||
androidxComposeCompiler = "1.5.5"
|
||||
androidxComposeCompiler = "1.5.7"
|
||||
# https://developer.android.com/jetpack/compose/bom/bom-mapping
|
||||
androidxComposeBom = "2023.10.01"
|
||||
androidxComposeMaterial = "1.5.4"
|
||||
|
@ -30,10 +30,10 @@ accompanist = "0.32.0"
|
|||
fastAdapter = "5.7.0"
|
||||
preferencesFix = "1.1.0"
|
||||
timber = "5.0.1"
|
||||
koinCore = "3.5.0"
|
||||
koinAndroid = "3.5.0"
|
||||
koinAndroidCompose = "3.5.0"
|
||||
koinTest = "3.5.0"
|
||||
koinCore = "3.5.3"
|
||||
koinAndroid = "3.5.3"
|
||||
koinAndroidCompose = "3.5.3"
|
||||
koinTest = "3.5.3"
|
||||
mime4j = "0.8.9"
|
||||
okhttp = "4.12.0"
|
||||
glide = "4.16.0"
|
||||
|
@ -45,7 +45,7 @@ forkhandlesBom = "2.10.2.0"
|
|||
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
||||
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
||||
android-lint = { id = "com.android.lint", version.ref = "androidGradlePlugin" }
|
||||
ksp = "com.google.devtools.ksp:1.9.20-1.0.14"
|
||||
ksp = "com.google.devtools.ksp:1.9.21-1.0.16"
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
|
@ -62,7 +62,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
|
|||
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
||||
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
|
||||
kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0"
|
||||
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6"
|
||||
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
|
||||
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrainsAnnotations" }
|
||||
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidxAppCompat" }
|
||||
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
|
||||
|
@ -72,7 +72,7 @@ androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-lived
|
|||
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
|
||||
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidxLifecycle" }
|
||||
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidxLifecycle" }
|
||||
androidx-annotation = "androidx.annotation:annotation:1.7.0"
|
||||
androidx-annotation = "androidx.annotation:annotation:1.7.1"
|
||||
androidx-biometric = "androidx.biometric:biometric:1.1.0"
|
||||
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "androidxNavigation" }
|
||||
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "androidxNavigation" }
|
||||
|
@ -112,7 +112,7 @@ materialdrawer = "com.mikepenz:materialdrawer:8.4.5"
|
|||
preferencex = { module = "com.takisoft.preferencex:preferencex", version.ref = "preferencesFix" }
|
||||
preferencex-datetimepicker = { module = "com.takisoft.preferencex:preferencex-datetimepicker", version.ref = "preferencesFix" }
|
||||
preferencex-colorpicker = { module = "com.takisoft.preferencex:preferencex-colorpicker", version.ref = "preferencesFix" }
|
||||
okio = "com.squareup.okio:okio:3.6.0"
|
||||
okio = "com.squareup.okio:okio:3.7.0"
|
||||
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
||||
moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
|
||||
timber = "com.jakewharton.timber:timber:5.0.1"
|
||||
|
|
Loading…
Reference in a new issue