Skip to content

Commit 7e0619f

Browse files
committed
AGP 8.3.2
1 parent 82f4fb2 commit 7e0619f

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
@@ -1,11 +1,12 @@
11
[versions]
2-
android_gradle_plugin = '8.3.1'
2+
android_gradle_plugin = '8.3.2'
33
material_design = '1.11.0'
44
kotlin = '1.9.22'
55
retrofit = '2.9.0'
66
gson = '2.10.1'
77
junit = '4.13.2'
88
flexbox = '3.0.0'
9+
# Note: DirCacheCheckout.java uses InputStream.transferTo() since jgit 6.3; no such method on Android.
910
jgit = '6.2.0.202206071550-r'
1011
slf4j = '2.0.9'
1112
androidx_appcompat = '1.6.1'
@@ -38,7 +39,6 @@ junit = { module = "junit:junit", version.ref = "jun
3839
flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
3940
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
4041
retrofit_gson_converter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
41-
# DirCacheCheckout.java uses InputStream.transferTo() since 6.3; no such method on Android.
4242
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "jgit" }
4343
slf4j = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
4444
androidx_databinding = { module = "androidx.databinding:databinding-runtime", version.ref = "android_gradle_plugin" }
+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.5-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)