summaryrefslogtreecommitdiffstats
path: root/platform/android/java/gradlew.bat
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Android Gradle to version 7.2Marcel Admiraal2021-10-141-21/+26
|
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-2/+2
| | | | | Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot.
* Git: Explicitly list binary files as such to avoid EOL changeRémi Verschelde2019-05-251-84/+84
| | | | | | | | | | text=auto works well in Git 2.10+ but it's broken in previous versions, which are still used in production on e.g. Ubuntu 16.04 LTS. Also fix a couple missed text files with CRLF terminators. .bat files likely require it to be processed properly on Windows, but core.autocrlf should take care of converting them on the fly when checking out on Windows.
* Fix lint error/warning while building android templatevolzhs2018-12-181-90/+84
|
* Convert DOS line endings to Unix line endingsRémi Verschelde2017-11-051-90/+90
| | | | | | | Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml` always showing up as modified. Might cause issues on Windows due to the removal of BOMs or change of line endings in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
* -Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky2016-01-081-0/+90
-Added new Gradle build system, as it is the required build system