Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 3bcfd52

Browse files
Update all dependencies
1 parent c4e12c8 commit 3bcfd52

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Aug 10 10:27:58 CEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
kotlin = "1.9.24"
3-
android-gradle = "8.7.0"
3+
android-gradle = "8.7.3"
44
compose-bom = "2023.10.01"
55
compose-compiler = "1.5.14"
66
orbitmvi = "6.1.1"
77
androidx-room = "2.4.2"
88
coroutines = "1.8.1"
99
ksp = "1.9.24-1.0.20"
1010
anvil = "2.4.9"
11-
dagger = "2.52"
11+
dagger = "2.53"
1212
whetstone = "0.8.0"
13-
lifecycle = "2.8.6"
13+
lifecycle = "2.8.7"
1414
ktlint = "1.1.1"
15-
kotlinter = "4.4.1"
15+
kotlinter = "4.5.0"
1616
kotlinPoet = "1.18.1"
1717
androidCacheFix = "3.0.1"
1818
kotlinxSerialization = "1.6.3"
@@ -31,7 +31,7 @@ test-kotlinCompileTesting = "1.6.0"
3131
kotlin-android-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
3232
kotlinx-serialization-plugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
3333
android-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle" }
34-
desugaring = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.2" }
34+
desugaring = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.3" }
3535

3636
coroutines-lib = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
3737

@@ -56,7 +56,7 @@ compose-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
5656
# Required so the renovate bot can properly spot new compiler releases
5757
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" }
5858

59-
compose-linter = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.4.1" }
59+
compose-linter = { module = "com.slack.lint.compose:compose-lint-checks", version = "1.4.2" }
6060

6161
junit4 = { module = "junit:junit", version = "4.13.2" }
6262

@@ -66,10 +66,10 @@ timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
6666
androidx-test-junit4 = { module = "androidx.test.ext:junit", version = "1.2.1" }
6767
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
6868

69-
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.2" }
70-
androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" }
69+
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }
70+
androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" }
7171
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
72-
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.4" }
72+
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version = "1.8.5" }
7373
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
7474

7575
androidx-coordinatorlayour = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.2.0" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Aug 10 10:27:58 CEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)