Update Gradle to 7.x, AGP to 4.2.x

This commit is contained in:
TacoTheDank 2021-07-06 12:16:20 -04:00
parent 5b2145de4d
commit e977460195
5 changed files with 9 additions and 9 deletions

2
gradlew vendored
View file

@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )