File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
ext {
4
4
version_code = 28
5
- version_name = ' 1.2.8 '
5
+ version_name = ' 1.2.9 '
6
6
min_sdk = 21
7
7
compile_sdk = 35
8
8
target_sdk = 35
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ material_design = '1.12.0'
4
4
junit = ' 4.13.2'
5
5
kotlin = ' 2.0.0'
6
6
# 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 '
9
9
androidx_core = ' 1.13.1'
10
10
androidx_appcompat = ' 1.7.0'
11
- androidx_navigation = ' 2.7.7 '
11
+ androidx_navigation = ' 2.8.0 '
12
12
androidx_preference = ' 1.2.1'
13
13
androidx_test_junit = ' 1.2.1'
14
14
androidx_test_core = ' 1.6.1'
15
15
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 '
18
18
androidx_test_espresso = ' 3.6.1'
19
19
androidx_test_uiautomator = ' 2.3.0'
20
20
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments