Update dependencies
This commit is contained in:
parent
880393104f
commit
b94ba8d4c2
1 changed files with 26 additions and 27 deletions
|
@ -1,41 +1,40 @@
|
||||||
[versions]
|
[versions]
|
||||||
acra = "5.11.3"
|
acra = "5.11.3"
|
||||||
activityKtx = "1.8.0"
|
activityKtx = "1.9.0"
|
||||||
animationCore = "1.6.0"
|
animationCore = "1.6.8"
|
||||||
appcompat = "1.6.1"
|
appcompat = "1.7.0"
|
||||||
billing = "6.0.1"
|
billing = "7.0.0"
|
||||||
browser = "1.6.0"
|
browser = "1.8.0"
|
||||||
commonMarkVersion = "0.22.0"
|
commonMarkVersion = "0.22.0"
|
||||||
composeBom = "2023.08.00"
|
composeBom = "2024.06.00"
|
||||||
core = "1.5.0"
|
core = "1.6.1"
|
||||||
coreKtx = "1.12.0"
|
coreKtx = "1.13.1"
|
||||||
coreSplashscreen = "1.0.1"
|
coreSplashscreen = "1.0.1"
|
||||||
coroutinesVersion = "1.7.1"
|
coroutines = "1.7.3"
|
||||||
dependencyAnalysis = "1.31.0"
|
dependencyAnalysis = "1.31.0"
|
||||||
espressoVersion = "3.5.1"
|
espressoVersion = "3.6.1"
|
||||||
fladle = "0.17.4"
|
fladle = "0.17.4"
|
||||||
googleServices = "4.3.15"
|
googleServices = "4.4.2"
|
||||||
firebaseCrashlyticsGradle = "2.9.4"
|
firebaseCrashlyticsGradle = "3.0.2"
|
||||||
androidGradlePlugin = "8.5.0"
|
androidGradlePlugin = "8.5.1"
|
||||||
hamcrestCore = "1.3"
|
hamcrestCore = "1.3"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
kotlin = "2.0.0"
|
kotlin = "2.0.0"
|
||||||
kotlinxCoroutinesCore = "1.7.1"
|
lifecycleViewmodelKtx = "2.8.3"
|
||||||
lifecycleViewmodelKtx = "2.6.2"
|
material = "1.12.0"
|
||||||
material = "1.9.0"
|
material3WindowSizeClassAndroid = "1.2.1"
|
||||||
material3WindowSizeClassAndroid = "1.2.0"
|
materialIconsCore = "1.6.8"
|
||||||
materialIconsCore = "1.6.0"
|
|
||||||
maxSdk = "35"
|
maxSdk = "35"
|
||||||
minSdk = "23"
|
minSdk = "23"
|
||||||
monitor = "1.6.1"
|
monitor = "1.7.1"
|
||||||
navigationCommon = "2.7.2"
|
navigationCommon = "2.7.7"
|
||||||
navigationRuntimeKtx = "2.7.2"
|
navigationRuntimeKtx = "2.7.7"
|
||||||
navigationVersion = "2.7.2"
|
navigationVersion = "2.7.7"
|
||||||
orchestrator = "1.4.2"
|
orchestrator = "1.5.0"
|
||||||
play = "2.0.1"
|
play = "2.0.1"
|
||||||
preferenceKtx = "1.2.1"
|
preferenceKtx = "1.2.1"
|
||||||
robolectric = "4.2.1"
|
robolectric = "4.2.1"
|
||||||
runner = "1.5.2"
|
runner = "1.6.1"
|
||||||
syllableCounter = "4.0.2"
|
syllableCounter = "4.0.2"
|
||||||
timber = "5.0.1"
|
timber = "5.0.1"
|
||||||
tripletPlay = "3.8.4"
|
tripletPlay = "3.8.4"
|
||||||
|
@ -95,9 +94,9 @@ foundation = { module = "androidx.compose.foundation:foundation" }
|
||||||
foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
|
foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
|
||||||
hamcrest-core = { module = "org.hamcrest:hamcrest-core", version.ref = "hamcrestCore" }
|
hamcrest-core = { module = "org.hamcrest:hamcrest-core", version.ref = "hamcrestCore" }
|
||||||
junit = { module = "junit:junit", version.ref = "junit" }
|
junit = { module = "junit:junit", version.ref = "junit" }
|
||||||
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutinesVersion" }
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
||||||
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||||
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutinesVersion" }
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
||||||
material = { module = "com.google.android.material:material", version.ref = "material" }
|
material = { module = "com.google.android.material:material", version.ref = "material" }
|
||||||
material3 = { module = "androidx.compose.material3:material3" }
|
material3 = { module = "androidx.compose.material3:material3" }
|
||||||
play-review-ktx = { module = "com.google.android.play:review-ktx", version.ref = "play" }
|
play-review-ktx = { module = "com.google.android.play:review-ktx", version.ref = "play" }
|
||||||
|
|
Loading…
Reference in a new issue