0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Bump Kotlin and AndroidX Compose

- Kotlin BOM 1.9.22 -> 1.9.23
- Kotlin KSP 1.9.22-1.0.17 -> 1.9.23-1.0.20
- AndroidX Compose BOM 2024.02.01 -> 2024.04.00
- AndroidX Compose Compiler 1.5.10 -> 1.5.11
- Compose detekt plugin 0.3.11 -> 0.3.15
This commit is contained in:
Wolf-Martell Montwé 2024-04-17 11:34:42 +02:00
parent 90adab1fc6
commit 5cc3cab689
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72
2 changed files with 49 additions and 49 deletions

View File

@ -15,43 +15,43 @@ androidx.cardview:cardview:1.0.0
androidx.collection:collection-jvm:1.4.0
androidx.collection:collection-ktx:1.4.0
androidx.collection:collection:1.4.0
androidx.compose.animation:animation-android:1.6.2
androidx.compose.animation:animation-core-android:1.6.2
androidx.compose.animation:animation-core:1.6.2
androidx.compose.animation:animation:1.6.2
androidx.compose.foundation:foundation-android:1.6.2
androidx.compose.foundation:foundation-layout-android:1.6.2
androidx.compose.foundation:foundation-layout:1.6.2
androidx.compose.foundation:foundation:1.6.2
androidx.compose.material3:material3-android:1.2.0
androidx.compose.material3:material3:1.2.0
androidx.compose.material:material-android:1.6.2
androidx.compose.material:material-icons-core-android:1.6.2
androidx.compose.material:material-icons-core:1.6.2
androidx.compose.material:material-icons-extended-android:1.6.2
androidx.compose.material:material-icons-extended:1.6.2
androidx.compose.material:material-ripple-android:1.6.2
androidx.compose.material:material-ripple:1.6.2
androidx.compose.material:material:1.6.2
androidx.compose.runtime:runtime-android:1.6.2
androidx.compose.runtime:runtime-saveable-android:1.6.2
androidx.compose.runtime:runtime-saveable:1.6.2
androidx.compose.runtime:runtime:1.6.2
androidx.compose.ui:ui-android:1.6.2
androidx.compose.ui:ui-geometry-android:1.6.2
androidx.compose.ui:ui-geometry:1.6.2
androidx.compose.ui:ui-graphics-android:1.6.2
androidx.compose.ui:ui-graphics:1.6.2
androidx.compose.ui:ui-text-android:1.6.2
androidx.compose.ui:ui-text:1.6.2
androidx.compose.ui:ui-tooling-preview-android:1.6.2
androidx.compose.ui:ui-tooling-preview:1.6.2
androidx.compose.ui:ui-unit-android:1.6.2
androidx.compose.ui:ui-unit:1.6.2
androidx.compose.ui:ui-util-android:1.6.2
androidx.compose.ui:ui-util:1.6.2
androidx.compose.ui:ui:1.6.2
androidx.compose:compose-bom:2024.02.01
androidx.compose.animation:animation-android:1.6.5
androidx.compose.animation:animation-core-android:1.6.5
androidx.compose.animation:animation-core:1.6.5
androidx.compose.animation:animation:1.6.5
androidx.compose.foundation:foundation-android:1.6.5
androidx.compose.foundation:foundation-layout-android:1.6.5
androidx.compose.foundation:foundation-layout:1.6.5
androidx.compose.foundation:foundation:1.6.5
androidx.compose.material3:material3-android:1.2.1
androidx.compose.material3:material3:1.2.1
androidx.compose.material:material-android:1.6.5
androidx.compose.material:material-icons-core-android:1.6.5
androidx.compose.material:material-icons-core:1.6.5
androidx.compose.material:material-icons-extended-android:1.6.5
androidx.compose.material:material-icons-extended:1.6.5
androidx.compose.material:material-ripple-android:1.6.5
androidx.compose.material:material-ripple:1.6.5
androidx.compose.material:material:1.6.5
androidx.compose.runtime:runtime-android:1.6.5
androidx.compose.runtime:runtime-saveable-android:1.6.5
androidx.compose.runtime:runtime-saveable:1.6.5
androidx.compose.runtime:runtime:1.6.5
androidx.compose.ui:ui-android:1.6.5
androidx.compose.ui:ui-geometry-android:1.6.5
androidx.compose.ui:ui-geometry:1.6.5
androidx.compose.ui:ui-graphics-android:1.6.5
androidx.compose.ui:ui-graphics:1.6.5
androidx.compose.ui:ui-text-android:1.6.5
androidx.compose.ui:ui-text:1.6.5
androidx.compose.ui:ui-tooling-preview-android:1.6.5
androidx.compose.ui:ui-tooling-preview:1.6.5
androidx.compose.ui:ui-unit-android:1.6.5
androidx.compose.ui:ui-unit:1.6.5
androidx.compose.ui:ui-util-android:1.6.5
androidx.compose.ui:ui-util:1.6.5
androidx.compose.ui:ui:1.6.5
androidx.compose:compose-bom:2024.04.00
androidx.concurrent:concurrent-futures:1.1.0
androidx.constraintlayout:constraintlayout-core:1.0.4
androidx.constraintlayout:constraintlayout:2.1.4
@ -168,13 +168,13 @@ org.apache.httpcomponents.core5:httpcore5:5.2.4
org.apache.james:apache-mime4j-core:0.8.9
org.apache.james:apache-mime4j-dom:0.8.9
org.jetbrains.compose.runtime:runtime:1.5.11
org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22
org.jetbrains.kotlin:kotlin-bom:1.9.22
org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22
org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.22
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22
org.jetbrains.kotlin:kotlin-stdlib:1.9.22
org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.23
org.jetbrains.kotlin:kotlin-bom:1.9.23
org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23
org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.23
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23
org.jetbrains.kotlin:kotlin-stdlib:1.9.23
org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.7
org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0

View File

@ -21,8 +21,8 @@ androidxAnnotation = "1.7.1"
androidxAppCompat = "1.6.1"
androidxBiometric = "1.1.0"
# https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeBom = "2024.02.01"
androidxComposeCompiler = "1.5.10"
androidxComposeBom = "2024.04.00"
androidxComposeCompiler = "1.5.11"
androidxConstraintLayout = "2.1.4"
androidxCoordinatorLayout = "1.2.0"
androidxCore = "1.12.0"
@ -52,7 +52,7 @@ commonsIo = "2.16.1"
dependencyCheckPlugin = "0.51.0"
dependencyGuardPlugin = "0.5.0"
detektPlugin = "1.23.5"
detektPluginCompose = "0.3.11"
detektPluginCompose = "0.3.15"
fastAdapter = "5.7.0"
forkhandlesBom = "2.15.1.0"
glide = "4.16.0"
@ -72,10 +72,10 @@ koinCore = "3.5.3"
koinAndroid = "3.5.3"
koinAndroidCompose = "3.5.3"
koinTest = "3.5.3"
kotlinBom = "1.9.22"
kotlinBom = "1.9.23"
# Needs to match the version used by Gradle, just check with `./gradlew --version`
kotlinGradleBom = "1.9.22"
kotlinKsp = "1.9.22-1.0.17"
kotlinKsp = "1.9.23-1.0.20"
kotlinxCoroutines = "1.8.0"
kotlinxDateTime = "0.5.0"
ktlint = "1.1.1"