Bumped dependencies
- AndroidX Activity 1.7.2 -> 1.8.0 - AndroidX RecyclerView 1.3.1 -> 1.3.2 - AndroidX Navigation 2.7.2 -> 2.7.4 - AndroidX Compose BOM 2023.09.00 - > 2034.10.01 - AndroidX Compose Material 1.5.1 -> 1.5.4 - AndroidX Compose Material3 1.1.1 -> 1.1.2 - OkHttp 4.11.0 -> 4.12.0 - OkIo 3.5.0 -> 3.6.0 - Mockito 5.5.0 -> 5.6.0 - assertk 0.26.1 -> 0.27.0 - KotlinX Immutable Collections 0.3.5 -> 0.3.6 - Robolectric 4.10.3 -> 4.11.1
This commit is contained in:
parent
5e77ca9593
commit
ca92975b44
1 changed files with 12 additions and 12 deletions
|
@ -10,10 +10,10 @@ kotlin = "1.9.10"
|
|||
kotlinxCoroutines = "1.7.3"
|
||||
jetbrainsAnnotations = "24.0.1"
|
||||
androidxAppCompat = "1.6.1"
|
||||
androidxActivity = "1.7.2"
|
||||
androidxRecyclerView = "1.3.1"
|
||||
androidxActivity = "1.8.0"
|
||||
androidxRecyclerView = "1.3.2"
|
||||
androidxLifecycle = "2.6.2"
|
||||
androidxNavigation = "2.7.2"
|
||||
androidxNavigation = "2.7.4"
|
||||
androidxConstraintLayout = "2.1.4"
|
||||
androidxFragment = "1.6.1"
|
||||
androidxCore = "1.12.0"
|
||||
|
@ -23,9 +23,9 @@ androidxDrawerLayout = "1.1.1"
|
|||
androidxTransition = "1.4.1"
|
||||
androidxComposeCompiler = "1.5.3"
|
||||
# https://developer.android.com/jetpack/compose/bom/bom-mapping
|
||||
androidxComposeBom = "2023.09.00"
|
||||
androidxComposeMaterial = "1.5.1"
|
||||
androidxComposeMaterial3 = "1.1.1"
|
||||
androidxComposeBom = "2023.10.01"
|
||||
androidxComposeMaterial = "1.5.4"
|
||||
androidxComposeMaterial3 = "1.1.2"
|
||||
accompanist = "0.32.0"
|
||||
fastAdapter = "5.7.0"
|
||||
preferencesFix = "1.1.0"
|
||||
|
@ -35,10 +35,10 @@ koinAndroid = "3.5.0"
|
|||
koinAndroidCompose = "3.5.0"
|
||||
koinTest = "3.5.0"
|
||||
mime4j = "0.8.9"
|
||||
okhttp = "4.11.0"
|
||||
okhttp = "4.12.0"
|
||||
glide = "4.16.0"
|
||||
moshi = "1.15.0"
|
||||
mockito = "5.5.0"
|
||||
mockito = "5.6.0"
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
||||
|
@ -61,7 +61,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.4.1"
|
||||
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5"
|
||||
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6"
|
||||
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" }
|
||||
|
@ -111,7 +111,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.5.0"
|
||||
okio = "com.squareup.okio:okio:3.6.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"
|
||||
|
@ -145,13 +145,13 @@ xmlpull = "com.github.cketti:xmlpull-extracted-from-android:1.0"
|
|||
kxml2 = "com.github.cketti:kxml2-extracted-from-android:1.0"
|
||||
|
||||
junit = "junit:junit:4.13.2"
|
||||
robolectric = "org.robolectric:robolectric:4.10.3"
|
||||
robolectric = "org.robolectric:robolectric:4.11.1"
|
||||
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
|
||||
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:5.1.0"
|
||||
turbine = "app.cash.turbine:turbine:0.13.0"
|
||||
jdom2 = "org.jdom:jdom2:2.0.6.1"
|
||||
icu4j-charset = "com.ibm.icu:icu4j-charset:72.1"
|
||||
assertk = "com.willowtreeapps.assertk:assertk-jvm:0.26.1"
|
||||
assertk = "com.willowtreeapps.assertk:assertk-jvm:0.27.0"
|
||||
|
||||
leakcanary-android = "com.squareup.leakcanary:leakcanary-android:2.9.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue