Skip to content

Commit cc89913

Browse files
committed
AGP 8.13.0
1 parent cb2d71c commit cc89913

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# buildSrc Gradle Settings
1+
# Gradle Settings
22
# @see https://docs.gradle.org/current/userguide/build_environment.html
33
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
4-
org.gradle.configuration-cache=true
4+
org.gradle.configuration-cache=false
55
org.gradle.welcome=never
6-
# org.gradle.debug=true

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ github_dev = "Martin Zeitler"
1010
github_handle = "syslogic"
1111

1212
plugin_version = "1.4.2"
13-
android_gradle = "8.12.1"
14-
gradle_publish = "1.3.1"
15-
annotations = "26.0.2"
13+
android_gradle = "8.13.0"
14+
gradle_publish = "2.0.0"
15+
annotations = "26.0.2-1"
1616
httpcore = "4.4.16"
1717
httpclient = "4.5.14"
1818
httpmime = "4.5.14"
1919
junit = "5.13.4"
20-
gson = "2.13.1"
20+
gson = "2.13.2"
2121

2222
[plugins]
2323
gradle_plugin = { id = "org.gradle.java-gradle-plugin" }
@@ -37,4 +37,4 @@ junit = { module = "org.junit.jupiter:junit-jupiter", version.ref =
3737
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
3838

3939
[bundles]
40-
http_components = [ "httpcore", "httpclient", "httpmime" ]
40+
http_components = [ "httpcore", "httpclient", "httpmime" ]

0 commit comments

Comments
 (0)