Skip to content

Commit 824b2d5

Browse files
authored
Merge pull request #115 from runningcode/no/4.1-rc1
Support RC-01
2 parents b7b7b99 + fc78885 commit 824b2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = ["git", "describe", "--match", "[0-9]*", "--dirty"].execute().text.tri
1313
// Maps supported Android plugin versions to the versions of Gradle that support it
1414
def supportedVersions = [
1515
"4.2.0-alpha07": ["6.5.1"],
16-
"4.1.0-beta05": ["6.5.1"],
16+
"4.1.0-rc01": ["6.5.1"],
1717
"4.0.1": ["6.1.1", "6.3", "6.4.1"],
1818
"3.6.4": ["5.6.4", "6.3", "6.4.1"],
1919
"3.5.4": ["5.4.1", "5.6.4", "6.3", "6.4.1"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class WorkaroundTest extends Specification {
1313
where:
1414
androidVersion | expectedWorkarounds
1515
"4.2.0-alpha07" | ['RoomSchemaLocation', 'CompileLibraryResources', 'MergeResources']
16-
"4.1.0-beta05" | ['RoomSchemaLocation', 'CompileLibraryResources', 'MergeResources']
16+
"4.1.0-rc01" | ['RoomSchemaLocation', 'CompileLibraryResources', 'MergeResources']
1717
"4.0.1" | ['MergeJavaResources', 'MergeNativeLibs', 'RoomSchemaLocation', 'CompileLibraryResources', 'MergeResources']
1818
"3.6.4" | ['MergeJavaResources', 'MergeNativeLibs', 'RoomSchemaLocation']
1919
"3.5.4" | ['MergeJavaResources', 'RoomSchemaLocation']

0 commit comments

Comments
 (0)