File tree Expand file tree Collapse file tree 4 files changed +8
-28
lines changed
src/main/java/io/syslogic/agconnect Expand file tree Collapse file tree 4 files changed +8
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ buildscript {
35
35
maven { url 'https://jitpack.io' }
36
36
}
37
37
dependencies {
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 "
38
+ classpath "com.android.tools.build:gradle:8.10.1 "
39
+ classpath "com.huawei.agconnect:agcp:1.9.3.300 "
40
+ classpath "io.syslogic:agconnect-publishing-gradle-plugin:1.3.9 "
41
41
}
42
42
}
43
43
````
44
44
45
45
Or in the version-catalog ` gradle/libs.versions.toml ` :
46
46
```` toml
47
47
[versions ]
48
- agconnect_publishing_plugin = " 1.3.7 "
48
+ agconnect_publishing_plugin = " 1.3.9 "
49
49
50
50
[plugins ]
51
51
agconnect_publishing = { id = " io.syslogic.agconnect.publishing" , version.ref = " agconnect_publishing_plugin" }
Original file line number Diff line number Diff line change 2
2
jdk :
3
3
- openjdk17
4
4
before_install :
5
- - sdk install java 17.0.9-oracle
6
- - sdk use java 17.0.9-oracle
5
+ - sdk install java 17.0.14-amzn
6
+ - sdk use java 17.0.14-amzn
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public void apply(@NotNull Project project) {
74
74
/* 0 or N product flavors. */
75
75
if (productFlavors .length == 0 ) {
76
76
77
- /* Product flavors not configured. */
77
+ /* Product flavors were not configured. */
78
78
if (verbose ) {
79
79
System .out .println ("\n Product flavors not configured." );
80
80
}
@@ -142,7 +142,7 @@ public void apply(@NotNull Project project) {
142
142
143
143
} else {
144
144
145
- /* Multiple product flavors configured */
145
+ /* Multiple product- flavors were configured. */
146
146
if (verbose ) {
147
147
System .out .println ("\n > " + productFlavors .length + " product flavors configured: " + stringArrayToCsv (productFlavors ) + "." );
148
148
}
You can’t perform that action at this time.
0 commit comments