Skip to content

Commit f0ee4ce

Browse files
committed
dependencies updated.
1 parent 074044f commit f0ee4ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
android_gradle_plugin = '8.5.2'
2+
android_gradle_plugin = '8.6.0'
33
kotlin = '2.0.0'
44
material_design = '1.12.0'
55
retrofit = '2.11.0'
@@ -11,8 +11,8 @@ jgit = '6.2.0.202206071550-r'
1111
slf4j = '2.0.13'
1212
androidx_appcompat = '1.7.0'
1313
androidx_annotation = '1.8.2'
14-
androidx_navigation = '2.7.7'
15-
androidx_fragment = '1.8.2'
14+
androidx_navigation = '2.8.0'
15+
androidx_fragment = '1.8.3'
1616
androidx_recyclerview = '1.3.2'
1717
androidx_cardview = '1.0.0'
1818
androidx_preference = '1.2.1'
@@ -21,8 +21,8 @@ androidx_splashscreen = '1.0.1'
2121
androidx_test_junit = '1.2.1'
2222
androidx_test_core = '1.6.1'
2323
androidx_test_rules = '1.6.1'
24-
androidx_test_runner = '1.6.1'
25-
androidx_test_monitor = '1.7.1'
24+
androidx_test_runner = '1.6.2'
25+
androidx_test_monitor = '1.7.2'
2626
androidx_test_uiautomator = '2.3.0'
2727
androidx_test_espresso = '3.6.1'
2828

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon May 15 03:22:49 CEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)