summaryrefslogtreecommitdiff
path: root/build/android/gradle
Commit message (Collapse)AuthorAge
* Android: Update Gradle, NDK, Build Tools, and SQLite version (#10833)Muhammad Rifqi Priyo Susanto2021-01-20
|
* Android: update gradle, NDK and built tools versionMaksim2020-10-13
|
* Android: get deps as a zip archive and sqlite3 from official sourceMaksim2020-10-13
|
* Android: add Android Studio support, completely redone java part (#9066)Maksim2020-04-15
|
* Android: build fixes & compat fixesMoNTE482019-11-09
|
* Update Gradle to 5.5.1 (#8771)hannesa22019-08-12
|
* Update Android java code (#7820)Maksim2018-12-02
| | | | | | | | | | | | | | | Targets SDK 26 as required by the playstore. Fixes screen auto-rotation closing game. Hides on-screen navigation bar if present. Update gradlew. Fix display aspect on 18+/:9 displays (like a Samsung Galaxy S9). Remove small app icons, not required. Fix xml in unpacking activity. Support Android permission: On Android 6.0+ you need to manually give write permission (as required by google). Background during unpacking (just a demo for now). Material Design: no more Android 2 interface. Immersive mode (Android 4.4+ - hide NavBar for fullscreen mode).
* Android: update tools (gradle, NDK) & prepare to switch to clangLoic Blot2018-03-11
|
* Add gradle wrapper (#4954)Ner'zhul2016-12-24
Gradle wrapper permit to use multiple gradle versions across OS versions