Skip to content

Commit 9b9631b

Browse files
committed
readme updated.
1 parent dea59f7 commit 9b9631b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 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.6.0'
39-
classpath 'com.huawei.agconnect:agcp:1.9.1.303'
40-
classpath 'io.syslogic:agconnect-publishing-gradle-plugin:1.3.6'
38+
classpath "com.android.tools.build:gradle:8.7.3"
39+
classpath "com.huawei.agconnect:agcp:1.9.1.304"
40+
classpath "io.syslogic:agconnect-publishing-gradle-plugin:1.3.7"
4141
}
4242
}
4343
````
4444

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

5050
[plugins]
5151
agconnect_publishing = { id = "io.syslogic.agconnect.publishing", version.ref = "agconnect_publishing_plugin" }
@@ -54,9 +54,9 @@ agconnect_publishing = { id = "io.syslogic.agconnect.publishing", version.ref =
5454
Then they can be applied in the module's `build.gradle`:
5555
````groovy
5656
plugins {
57-
id 'com.android.application'
58-
id 'com.huawei.agconnect'
59-
// id 'io.syslogic.agconnect.publishing'
57+
id "com.android.application"
58+
id "com.huawei.agconnect"
59+
// id "io.syslogic.agconnect.publishing"
6060
alias(libs.plugins.agconnect.publishing)
6161
}
6262
````
@@ -83,9 +83,9 @@ if (rootProject.file(json_agc).exists()) {
8383
}
8484
````
8585

86-
These properties are all optional, while:
86+
This configuration is entirely optional, while providing the config file at the default location:
8787

88-
- providing the config file at the default location: `distribution/agconnect_apiclient.json`.
88+
`distribution/agconnect_apiclient.json`.
8989

9090
### Plugin Tasks
9191

0 commit comments

Comments
 (0)