Skip to content

Commit e0b46a6

Browse files
committed
readme updated.
1 parent 3cfb330 commit e0b46a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ buildscript {
3535
maven { url 'https://jitpack.io' }
3636
}
3737
dependencies {
38-
classpath "com.android.tools.build:gradle:8.7.3"
38+
classpath "com.android.tools.build:gradle:8.8.1"
3939
classpath "com.huawei.agconnect:agcp:1.9.1.304"
40-
classpath "io.syslogic:agconnect-publishing-gradle-plugin:1.3.7"
40+
classpath "io.syslogic:agconnect-publishing-gradle-plugin:1.3.8"
4141
}
4242
}
4343
````
4444

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

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext {
44
github_handle = "syslogic"
55
plugin_display_name = "AppGallery Connect Publishing Plugin"
6-
plugin_description = "It uploads Android APK/ABB artifacts with AppGallery Connect Publishing API."
6+
plugin_description = "It uploads Android APK/ABB artifacts with AppGallery Connect Publishing API"
77
plugin_identifier = "agconnect-publishing-gradle-plugin"
88
plugin_class = "io.syslogic.agconnect.PublishingPlugin"
99
plugin_id = "io.syslogic.agconnect.publishing"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)