Skip to content

Commit 1db2260

Browse files
committed
dependencies updated.
1 parent 2234874 commit 1db2260

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ junit = '4.13.2'
1616
flexbox = '3.0.0'
1717
# Note: DirCacheCheckout.java uses InputStream.transferTo() since jgit 6.3; no such method on Android.
1818
jgit = '6.2.0.202206071550-r'
19-
slf4j = '2.0.13'
19+
slf4j = '2.0.16'
2020
androidx_appcompat = '1.7.0'
2121
androidx_annotation = '1.9.1'
22-
androidx_navigation = '2.8.8'
22+
androidx_navigation = '2.8.9'
2323
androidx_fragment = '1.8.6'
2424
androidx_recyclerview = '1.4.0'
2525
androidx_cardview = '1.0.0'
+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.12-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)