Skip to content

Commit f9c74f7

Browse files
authored
Bump references to Android Gradle plugin from 8.6.0-alpha05 to 8.6.0-alpha08 (#725)
This PR bumps references to Android Gradle plugin from 8.6.0-alpha05 to 8.6.0-alpha08.
2 parents 1468d92 + 77c034c commit f9c74f7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/main/resources/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"supportedVersions": {
3-
"8.6.0-alpha05": [
3+
"8.6.0-alpha08": [
44
"8.8"
55
],
66
"8.5.0": [

src/test/groovy/org/gradle/android/WorkaroundTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class WorkaroundTest extends Specification {
1212
workarounds.collect { it.class.simpleName.replaceAll(/Workaround/, "") }.sort() == expectedWorkarounds.sort()
1313
where:
1414
androidVersion | expectedWorkarounds
15-
"8.6.0-alpha05" | ['JdkImage']
15+
"8.6.0-alpha08" | ['JdkImage']
1616
"8.5.0" | ['JdkImage']
1717
"8.4.1" | ['JdkImage']
1818
"8.3.2" | ['MergeSourceSetFolders', 'JdkImage']

0 commit comments

Comments
 (0)