Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Android: gradle 3.1.3 is not available on mavenCentral | Loic Blot | 2018-06-11 |
| | | | | Also update wrapper | ||
* | Android: fix tools versions | Loïc Blot | 2018-06-11 |
| | | | Resync with stable-0.4 | ||
* | Bump android version for next release | Loic Blot | 2018-06-10 |
| | |||
* | Android: update tools (gradle, NDK) & prepare to switch to clang | Loic Blot | 2018-03-11 |
| | |||
* | Android: Update build system for ndk-r15x | stujones11 | 2017-12-04 |
| | | | | Add workarounds for ndk-r16. | ||
* | Android: update build tools version + versionCode bump for release | Loic Blot | 2017-06-03 |
| | |||
* | Update Android build tools to latest version (#4872) | rubenwardy | 2016-12-24 |
| | |||
* | Bump version to 0.4.15 | sfan5 | 2016-12-22 |
| | |||
* | Increase android versionCode (#4350) | Ner'zhul | 2016-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.14 | sfan5 | 2016-05-15 |
| | |||
* | Upgrade Android build to Gradle build system | ShadowNinja | 2016-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. |