File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
4545Or 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 ]
5151agconnect_publishing = { id = " io.syslogic.agconnect.publishing" , version.ref = " agconnect_publishing_plugin" }
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44zipStoreBase =GRADLE_USER_HOME
5- zipStorePath =wrapper/dists
5+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments