This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
5353 implementation libs. timber
5454
5555 implementation libs. androidx. core
56- implementation platform(' org.jetbrains.kotlin:kotlin-bom:2.0.0 ' )
56+ implementation platform(' org.jetbrains.kotlin:kotlin-bom:2.0.10 ' )
5757 implementation libs. androidx. lifecycle. runtime
5858 implementation libs. androidx. activity. compose
5959 implementation platform(libs. androidx. compose. bom)
Original file line number Diff line number Diff line change 22# https://docs.gradle.org/current/userguide/platforms.html#sub::toml.dependencies.format
33
44[versions ]
5- activity-compose = " 1.9.0 "
5+ activity-compose = " 1.9.1 "
66androidx-junit = " 1.2.1"
77core-ktx = " 1.13.1"
88coroutines = " 1.8.1"
9- compose-bom = " 2024.06 .00"
10- lifecycle-runtime-ktx = " 2.8.3 "
9+ compose-bom = " 2024.08 .00"
10+ lifecycle-runtime-ktx = " 2.8.4 "
1111timber = " 5.0.1"
1212tagsoup = " 1.2.1"
1313androidx-core = " 1.13.1"
1414appcompat = " 1.7.0"
15- lifecycle-viewmodel = " 2.8.3 "
15+ lifecycle-viewmodel = " 2.8.4 "
1616material = " 1.12.0"
1717constraintlayout = " 2.1.4"
1818junit = " 4.13.2"
@@ -21,8 +21,8 @@ mockk = "1.13.12" # https://github.com/mockk/mockk/issues/1033
2121hamcrest = " 2.2"
2222android-junit = " 1.1.3"
2323espresso = " 3.6.1"
24- agp = " 8.5.1 "
25- kotlin = " 2.0.0 "
24+ agp = " 8.5.2 "
25+ kotlin = " 2.0.10 "
2626jacoco = " 0.8.8"
2727maven-publish = " 0.29.0"
2828molecule = " 2.0.0"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ android {
6262 compose true
6363 }
6464 composeOptions {
65- kotlinCompilerExtensionVersion ' 1.5.14 '
65+ kotlinCompilerExtensionVersion ' 1.5.15 '
6666 }
6767 packagingOptions {
6868 resources. excludes + = ' META-INF/LICENSE.md'
@@ -80,7 +80,7 @@ dependencies {
8080 implementation libs. timber
8181
8282 implementation libs. androidx. core
83- implementation platform(' org.jetbrains.kotlin:kotlin-bom:2.0.0 ' )
83+ implementation platform(' org.jetbrains.kotlin:kotlin-bom:2.0.10 ' )
8484 implementation libs. androidx. lifecycle. runtime
8585 implementation libs. androidx. activity. compose
8686 implementation platform(libs. androidx. compose. bom)
You can’t perform that action at this time.
0 commit comments