Skip to content

Commit d4ee91a

Browse files
committed
version 1.3.9
1 parent d3f88c5 commit d4ee91a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ buildscript {
3737
dependencies {
3838
classpath "com.android.tools.build:gradle:8.9.0"
3939
classpath "com.huawei.agconnect:agcp:1.9.1.304"
40-
classpath "io.syslogic:agconnect-publishing-gradle-plugin:1.3.8"
40+
classpath "io.syslogic:agconnect-publishing-gradle-plugin:1.3.9"
4141
}
4242
}
4343
````
4444

4545
Or in the version-catalog `gradle/libs.versions.toml`:
4646
````toml
4747
[versions]
48-
agconnect_publishing_plugin = "1.3.8"
48+
agconnect_publishing_plugin = "1.3.9"
4949

5050
[plugins]
5151
agconnect_publishing = { id = "io.syslogic.agconnect.publishing", version.ref = "agconnect_publishing_plugin" }

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
android_gradle = "8.9.0"
33
gradle_publish = "1.2.2"
4-
plugin_version = "1.3.8"
4+
plugin_version = "1.3.9"
55
annotations = "26.0.1"
6-
httpcore = "4.4.16"
7-
httpclient = "4.5.14"
8-
httpmime = "4.5.14"
6+
http_core = "4.4.16"
7+
http_client = "4.5.14"
8+
http_mime = "4.5.14"
99
junit = "5.11.3"
1010
gson = "2.11.0"
1111

@@ -20,11 +20,11 @@ gradle_publish = { id = "com.gradle.plugin-publish", version.ref = "gradle_publ
2020
[libraries]
2121
android_gradle = { module = "com.android.tools.build:gradle-api", version.ref = "android_gradle" }
2222
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" }
23+
http_core = { module = "org.apache.httpcomponents:httpcore", version.ref = "http_core" }
24+
http_client = { module = "org.apache.httpcomponents:httpclient", version.ref = "http_client" }
25+
http_mime = { module = "org.apache.httpcomponents:httpmime", version.ref = "http_mime" }
2626
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
2727
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
2828

2929
[bundles]
30-
http_components = ["httpcore", "httpclient", "httpmime", "gson"]
30+
http_components = ["http_core", "http_client", "http_mime", "gson"]

0 commit comments

Comments
 (0)