summaryrefslogtreecommitdiff
path: root/build/android/build.gradle
Commit message (Collapse)AuthorAge
* Continue with 5.5.0-devsfan52021-02-23
|
* Bump version to 5.4.0sfan52021-02-23
|
* Android: Update Gradle, NDK, Build Tools, and SQLite version (#10833)Muhammad Rifqi Priyo Susanto2021-01-20
|
* Fix Android support in bump_version.sh (#10836)rubenwardy2021-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
|
* Bump version to 5.3.0sfan52020-07-09
|
* Release test build to Android beta programrubenwardy2020-06-25
|
* Android: add OpenGL ES 2 support (#9715)Maksim2020-04-22
| | | .. and bump gradle to 3.6.3
* Android: add Android Studio support, completely redone java part (#9066)Maksim2020-04-15
|
* Bump version to 5.2.0sfan52020-04-05
|
* Add arm64-v8a but it's not sufficient for 64bit buildLoic Blot2019-11-09
|
* Bump to version code 25Loic Blot2019-11-09
|
* Android: build fixes & compat fixesMoNTE482019-11-09
|
* Bump version to 5.1.0sfan52019-10-12
|
* Update Gradle to 5.5.1 (#8771)hannesa22019-08-12
|
* Bump android version codeLoïc Blot2019-03-03
|
* Drop libgmp on Android and use mini-gmp (#8047)Loïc Blot2019-01-04
|
* Bump android version code for next Play Store versionLoïc Blot2019-01-04
|
* Gradle now copy most of assetsLoic Blot2018-12-05
| | | | It depends on cleanAssets, ensuring they are always fresh
* Update android version code (rebuild)Loic Blot2018-12-04
|
* 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).
* Update gradle android tool to 3.1.3Loic Blot2018-07-22
| | | | Thanks to Monte48 for the correct maven URL outside of android studio
* Backport Android cleanup parts from #7123 (#7513)Loïc Blot2018-07-01
| | | | | | | 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
* Bump android version to 20Loic Blot2018-06-28
|
* Android: gradle 3.1.3 is not available on mavenCentralLoic Blot2018-06-11
| | | | Also update wrapper
* Android: fix tools versionsLoïc Blot2018-06-11
| | | Resync with stable-0.4
* Bump android version for next releaseLoic Blot2018-06-10
|
* Android: update tools (gradle, NDK) & prepare to switch to clangLoic Blot2018-03-11
|
* Android: Update build system for ndk-r15xstujones112017-12-04
| | | | Add workarounds for ndk-r16.
* Android: update build tools version + versionCode bump for releaseLoic Blot2017-06-03
|
* Update Android build tools to latest version (#4872)rubenwardy2016-12-24
|
* Bump version to 0.4.15sfan52016-12-22
|
* Increase android versionCode (#4350)Ner'zhul2016-07-28
| | | | 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
* Bump version to 0.4.14sfan52016-05-15
|
* Upgrade Android build to Gradle build systemShadowNinja2016-04-28
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.