summaryrefslogtreecommitdiff
path: root/build/android/build.gradle
AgeCommit message (Collapse)Author
2019-03-03Bump android version codeLoïc Blot
2019-01-04Drop libgmp on Android and use mini-gmp (#8047)Loïc Blot
2019-01-04Bump android version code for next Play Store versionLoïc Blot
2018-12-05Gradle now copy most of assetsLoic Blot
It depends on cleanAssets, ensuring they are always fresh
2018-12-04Update android version code (rebuild)Loic Blot
2018-12-02Update Android java code (#7820)Maksim
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).
2018-07-22Update gradle android tool to 3.1.3Loic Blot
Thanks to Monte48 for the correct maven URL outside of android studio
2018-07-01Backport Android cleanup parts from #7123 (#7513)Loïc Blot
Also resync properly the dependencies versions. Don't let the makefile handle the cleanups itself. Let gradle do it. This is one of the first steps to remove the makefile and replace it with a full gradle support
2018-06-28Bump android version to 20Loic Blot
2018-06-11Android: gradle 3.1.3 is not available on mavenCentralLoic Blot
Also update wrapper
2018-06-11Android: fix tools versionsLoïc Blot
Resync with stable-0.4
2018-06-10Bump android version for next releaseLoic Blot
2018-03-11Android: update tools (gradle, NDK) & prepare to switch to clangLoic Blot
2017-12-04Android: Update build system for ndk-r15xstujones11
Add workarounds for ndk-r16.
2017-06-03Android: update build tools version + versionCode bump for releaseLoic Blot
2016-12-24Update Android build tools to latest version (#4872)rubenwardy
2016-12-22Bump version to 0.4.150.4.15sfan5
2016-07-28Increase android versionCode (#4350)Ner'zhul
This little update is due to a packaging problem when uploading on play store. They don't permit to re upload an APK with same version code. This case was a fail on openssl packaged version which was old and rejected by Google but they don't remove the APK then i should increase the version code to permit having it on play store
2016-05-15Bump version to 0.4.140.4.14sfan5
2016-04-28Upgrade Android build to Gradle build systemShadowNinja
The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.