aboutsummaryrefslogtreecommitdiff
path: root/build/android/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Android: update build tools version + versionCode bump for releaseLoic Blot2017-06-031-2/+2
|
* Update Android build tools to latest version (#4872)rubenwardy2016-12-241-3/+2
|
* Bump version to 0.4.15sfan52016-12-221-1/+1
|
* Increase android versionCode (#4350)Ner'zhul2016-07-281-1/+1
| | | | 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-151-1/+1
|
* Upgrade Android build to Gradle build systemShadowNinja2016-04-281-0/+49
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.