Skip to content

Commit 6538815

Browse files
committed
AGP 8.9.0
1 parent 257d191 commit 6538815

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

gradle/libs.versions.toml

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[versions]
2-
android_gradle = "8.9.0"
3-
gradle_publish = "1.2.2"
4-
plugin_version = "1.3.8"
5-
annotations = "26.0.1"
6-
httpcore = "4.4.16"
7-
httpclient = "4.5.14"
8-
httpmime = "4.5.14"
9-
junit = "5.11.3"
10-
gson = "2.11.0"
2+
android_gradle = "8.9.0"
3+
gradle_publish = "1.2.2"
4+
plugin_version = "1.3.8"
5+
annotations = "26.0.1"
6+
httpcore = "4.4.16"
7+
httpclient = "4.5.14"
8+
httpmime = "4.5.14"
9+
junit = "5.11.3"
10+
gson = "2.11.0"
1111

1212
[plugins]
13-
maven_publish = { id = "maven-publish" }
14-
gradle_plugin = { id = "org.gradle.java-gradle-plugin" }
15-
gradle_publish = { id = "com.gradle.plugin-publish", version.ref = "gradle_publish" }
13+
maven_publish = { id = "maven-publish" }
14+
gradle_plugin = { id = "org.gradle.java-gradle-plugin" }
15+
gradle_publish = { id = "com.gradle.plugin-publish", version.ref = "gradle_publish" }
1616

1717
# The plugin can be defined in other projects alike this:
1818
# agconnect_publishing = { id = "io.syslogic.agconnect.publishing", version.ref = "plugin_version" }
1919

2020
[libraries]
21-
android_gradle = { module = "com.android.tools.build:gradle-api", version.ref = "android_gradle" }
22-
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
23-
httpcore = { module = "org.apache.httpcomponents:httpcore", version.ref = "httpcore" }
24-
httpclient = { module = "org.apache.httpcomponents:httpclient", version.ref = "httpclient" }
25-
httpmime = { module = "org.apache.httpcomponents:httpmime", version.ref = "httpmime" }
26-
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
27-
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
21+
android_gradle = { module = "com.android.tools.build:gradle-api", version.ref = "android_gradle" }
22+
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
23+
httpcore = { module = "org.apache.httpcomponents:httpcore", version.ref = "httpcore" }
24+
httpclient = { module = "org.apache.httpcomponents:httpclient", version.ref = "httpclient" }
25+
httpmime = { module = "org.apache.httpcomponents:httpmime", version.ref = "httpmime" }
26+
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
27+
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
2828

2929
[bundles]
3030
http_components = ["httpcore", "httpclient", "httpmime", "gson"]

0 commit comments

Comments
 (0)