Skip to content

Commit 944c52b

Browse files
committed
dependencies updated.
1 parent bc67710 commit 944c52b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
ext {
44
version_code = 28
5-
version_name = '1.2.8'
5+
version_name = '1.2.9'
66
min_sdk = 21
77
compile_sdk = 35
88
target_sdk = 35

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ material_design = '1.12.0'
44
junit = '4.13.2'
55
kotlin = '2.0.0'
66
# devtools_ksp = "2.0.0-1.0.23"
7-
androidx_compose_bom = '2024.06.00'
8-
androidx_compose_uitest = '1.6.8'
7+
androidx_compose_bom = '2024.09.00'
8+
androidx_compose_uitest = '1.7.0'
99
androidx_core = '1.13.1'
1010
androidx_appcompat = '1.7.0'
11-
androidx_navigation = '2.7.7'
11+
androidx_navigation = '2.8.0'
1212
androidx_preference = '1.2.1'
1313
androidx_test_junit = '1.2.1'
1414
androidx_test_core = '1.6.1'
1515
androidx_test_rules = '1.6.1'
16-
androidx_test_runner = '1.6.1'
17-
androidx_test_monitor = '1.7.1'
16+
androidx_test_runner = '1.6.2'
17+
androidx_test_monitor = '1.7.2'
1818
androidx_test_espresso = '3.6.1'
1919
androidx_test_uiautomator = '2.3.0'
2020

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.9-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip

0 commit comments

Comments
 (0)