File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ def isCI = (System.getenv('CI') ?: 'false').toBoolean()
17
17
18
18
// Maps supported Android plugin versions to the versions of Gradle that support it
19
19
def supportedVersions = [
20
- " 7.0.0-beta01" : [" 7.1" ],
21
- " 4.2.1" : [" 6.8.3" , " 7.1" ],
20
+ " 7.0.0-beta01" : [" 7.1.1 " ],
21
+ " 4.2.1" : [" 6.8.3" , " 7.1.1 " ],
22
22
" 4.1.3" : [" 6.5.1" , " 6.8.3" ],
23
23
" 4.0.2" : [" 6.1.1" , " 6.8.3" ],
24
24
" 3.6.4" : [" 5.6.4" , " 6.8.3" ],
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments