Skip to content

Commit 51c2a32

Browse files
committed
Update dependencies and Gradle wrapper version
1 parent b67ba86 commit 51c2a32

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
2-
agp = "8.9.1"
2+
agp = "8.11.0"
33
androidx-activityCompose = "1.10.1"
4-
androidx-appcompat = "1.7.0"
4+
androidx-appcompat = "1.7.1"
55
androidx-core = "1.16.0"
6-
androidx-lifecycle = "2.8.7"
6+
androidx-lifecycle = "2.9.1"
77
androidx-test-core = "1.6.1"
88
androidx-test-runner = "1.6.2"
99
androidx-test-rules = "1.6.1"
1010
# don't update to 2.5.3 / until https://github.com/google/conscrypt/issues/1268 is fixed
1111
#noinspection GradleDependency
1212
conscrypt = "2.5.2"
13-
compose-bom = "2025.04.00"
13+
compose-bom = "2025.06.01"
1414
dokka = "1.9.20"
1515
junit = "4.13.2"
16-
kotlin = "2.1.20"
17-
mockk = "1.14.0"
18-
okhttp3 = "4.12.0"
16+
kotlin = "2.2.0"
17+
mockk = "1.14.4"
18+
okhttp3 = "5.0.0"
1919

2020
[libraries]
2121
androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
@@ -38,7 +38,7 @@ conscrypt = { module = "org.conscrypt:conscrypt-android", version.ref = "conscry
3838
junit = { module = "junit:junit", version.ref = "junit" }
3939
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
4040
mockk-android = { module = "io.mockk:mockk-android", version.ref = "mockk" }
41-
okttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp3" }
41+
okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp3" }
4242

4343
[plugins]
4444
android-application = { id = "com.android.application", version.ref = "agp" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111
androidTestImplementation(libs.androidx.test.core)
112112
androidTestImplementation(libs.androidx.test.runner)
113113
androidTestImplementation(libs.androidx.test.rules)
114-
androidTestImplementation(libs.okttp3.mockwebserver)
114+
androidTestImplementation(libs.okhttp3.mockwebserver)
115115
androidTestImplementation(libs.mockk.android)
116116

117117
testImplementation(libs.junit)

0 commit comments

Comments
 (0)