Revert "Gradle wrapper upgrade"

Checking the Github actions shows that this doesn't seem to work with the current Github actions due to version confllicts, we'll need to resolve those
This commit is contained in:
yairm210
2021-08-15 00:13:54 +03:00
parent 6a18a33674
commit 558c1fb662
3 changed files with 6 additions and 5 deletions

View File

@ -56,6 +56,10 @@ android {
}
}
aaptOptions {
// Don't add local save files and fonts to release, obviously
ignoreAssetsPattern = "!SaveFiles:!fonts:!maps:!music:!mods"
}
lintOptions {
disable("MissingTranslation")
}
@ -63,9 +67,6 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}
androidResources {
ignoreAssetsPattern = "!SaveFiles:!fonts:!maps:!music:!mods"
}
}