Skip to content

Commit dd3b307

Browse files
Update all dependencies
1 parent 309fb5c commit dd3b307

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
22
activityCompose = "1.10.1"
3-
agp = "8.10.0"
4-
appcompat = "1.7.0"
5-
composeBom = "2025.05.01"
3+
agp = "8.11.0"
4+
appcompat = "1.7.1"
5+
composeBom = "2025.06.01"
66
coreKtx = "1.16.0"
77
espressoCore = "3.6.1"
88
junit = "4.13.2"
99
junitVersion = "1.2.1"
10-
kotlin = "2.1.21"
11-
lifecycleRuntimeKtx = "2.9.0"
10+
kotlin = "2.2.0"
11+
lifecycleRuntimeKtx = "2.9.1"
1212
material = "1.12.0"
13-
mavenPublishPlugin = "0.32.0"
13+
mavenPublishPlugin = "0.33.0"
1414

1515
[libraries]
1616
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }

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.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)