Skip to content

Commit

Permalink
AGP 8.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Aug 25, 2024
1 parent af0d026 commit d50ebc9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[versions]
gradle_api = '8.5.1'
gradle_publish = '1.2.1'
plugin_version = '1.3.5'
annotations = '23.0.0'
httpcore = '4.4.16'
httpclient = '4.5.14'
httpmime = '4.5.14'
junit = '5.8.2'
gson = '2.10.1'
gradle_api = '8.5.2'
gradle_publish = '1.2.1'
plugin_version = '1.3.5'
annotations = '23.0.0'
httpcore = '4.4.16'
httpclient = '4.5.14'
httpmime = '4.5.14'
junit = '5.8.2'
gson = '2.10.1'

[plugins]
gradle_publish = { id = "com.gradle.plugin-publish", version.ref = "gradle_publish" }
gradle_publish = { id = "com.gradle.plugin-publish", version.ref = "gradle_publish" }

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

[libraries]
gradle_api = { module = "com.android.tools.build:gradle-api", version.ref = "gradle_api" }
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
httpcore = { module = "org.apache.httpcomponents:httpcore", version.ref = "httpcore" }
httpclient = { module = "org.apache.httpcomponents:httpclient", version.ref = "httpclient" }
httpmime = { module = "org.apache.httpcomponents:httpmime", version.ref = "httpmime" }
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
gradle_api = { module = "com.android.tools.build:gradle-api", version.ref = "gradle_api" }
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
httpcore = { module = "org.apache.httpcomponents:httpcore", version.ref = "httpcore" }
httpclient = { module = "org.apache.httpcomponents:httpclient", version.ref = "httpclient" }
httpmime = { module = "org.apache.httpcomponents:httpmime", version.ref = "httpmime" }
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }

[bundles]
http_components = ["httpcore", "httpclient", "httpmime"]
http_components = ["httpcore", "httpclient", "httpmime"]

0 comments on commit d50ebc9

Please sign in to comment.