summaryrefslogtreecommitdiff
path: root/platform/android/java/gradle
AgeCommit message (Collapse)Author
2018-12-18Fix lint error/warning while building android templatevolzhs
2018-10-08Fix build with Android NDK r18Wojciech Milkowski
As a bonus there is no need to use undocumented Gradle API any more.
2018-01-03Update android build tool to latestvolzhs
2017-07-30update gradle-android buildtool for masterISylvox
2017-05-12Update to latest gradlevolzhs
2016-06-27Make Android build smarter (SCons + Gradle)Pedro J. Estébanez
Upgrade Gradle and Android plugin for Gradle Disable all signing and zip-aligning for the export templates Give correct names to generated APKs Put .so files built by SCons right where Gradle has to pick them according to arch & build type Downgrade NDK platform to 14 to match minSdkVersion
2016-01-08-Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky
-Added new Gradle build system, as it is the required build system