Skip to content

Commit

Permalink
AGP 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Apr 13, 2024
1 parent 82f4fb2 commit 7e0619f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[versions]
android_gradle_plugin = '8.3.1'
android_gradle_plugin = '8.3.2'
material_design = '1.11.0'
kotlin = '1.9.22'
retrofit = '2.9.0'
gson = '2.10.1'
junit = '4.13.2'
flexbox = '3.0.0'
# Note: DirCacheCheckout.java uses InputStream.transferTo() since jgit 6.3; no such method on Android.
jgit = '6.2.0.202206071550-r'
slf4j = '2.0.9'
androidx_appcompat = '1.6.1'
Expand Down Expand Up @@ -38,7 +39,6 @@ junit = { module = "junit:junit", version.ref = "jun
flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit_gson_converter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
# DirCacheCheckout.java uses InputStream.transferTo() since 6.3; no such method on Android.
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "jgit" }
slf4j = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
androidx_databinding = { module = "androidx.databinding:databinding-runtime", version.ref = "android_gradle_plugin" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 15 03:22:49 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7e0619f

Please sign in to comment.