Skip to content

Commit 51535a5

Browse files
committed
dependencies updated.
1 parent ba1c8ef commit 51535a5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ android_target_sdk = '35'
77
android_min_sdk = '21'
88

99
# Gradle Plugins
10-
android_gradle_plugin = '8.7.1'
10+
android_gradle_plugin = '8.7.3'
1111
material_design = '1.12.0'
1212
junit = '4.13.2'
13-
kotlin = '2.0.21'
13+
kotlin = '2.1.0'
1414

15-
androidx_compose_bom = '2024.10.00'
16-
androidx_compose_uitest = '1.7.4'
17-
androidx_core = '1.13.1'
15+
androidx_compose_bom = '2024.12.01'
16+
androidx_compose_uitest = '1.7.6'
17+
androidx_core = '1.15.0'
1818
androidx_appcompat = '1.7.0'
19-
androidx_navigation = '2.8.3'
19+
androidx_navigation = '2.8.5'
2020
androidx_preference = '1.2.1'
2121

2222
androidx_test_ext_junit = '1.2.1'

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip

0 commit comments

Comments
 (0)