summaryrefslogtreecommitdiffstats
path: root/platform/android/java/gradle/wrapper
Commit message (Collapse)AuthorAgeFilesLines
* Update Android dependencies for the projectFredia Huya-Kouadio2024-01-181-1/+2
| | | | | | | | | | - Update Android gradle plugin version from 7.2.1 to 8.2.0 - Update gradle version from 7.4.2 to 8.2 - Update target SDK from 33 to 34 - Update build tools version from 33.0.2 to 34.0.0 - Update kotlin version from 1.7.0 to 1.9.20 - Update Android fragment version from 1.3.6 to 1.6.2 - Update AndroidX window version from 1.0.0 to 1.2.0
* Bump the target SDK version to 33 (Android 13)Fredia Huya-Kouadio2023-03-211-1/+1
|
* Upgrade Android gradle plugin to version 7.2.1Fredia Huya-Kouadio2022-11-101-1/+1
|
* Upgrade Android Gradle to version 7.2Marcel Admiraal2021-10-142-3/+2
|
* Update config versions and deprecate the use of the jcenter maven repo.ne0fhyk2021-06-241-3/+3
|
* Update the gradle pluginsFredia Huya-Kouadio2020-10-281-1/+1
|
* Miscellaneous cleanup for the Android codebase:fhuya2020-03-041-1/+1
| | | | | | | | - update gradle plugins versions - add formatting rules for AndroidManifest and gradle build files - cleanup java_godot_lib_jni Note: logic was mostly moved around and no new logic/functionality was added.
* Split the Android platform java logic into an Android library module (`lib`) ↵fhuya2019-09-041-1/+2
| | | | | | and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
* Android: Bump gradle version to 5.1.1Rémi Verschelde2019-08-271-1/+1
| | | | | Matching changes made in #31521 and #31547 but only in the Jetbrains IDE config.
* Fix lint error/warning while building android templatevolzhs2018-12-182-2/+1
|
* Fix build with Android NDK r18Wojciech Milkowski2018-10-081-1/+1
| | | | As a bonus there is no need to use undocumented Gradle API any more.
* Update android build tool to latestvolzhs2018-01-031-1/+1
|
* update gradle-android buildtool for masterISylvox2017-07-302-3/+2
|
* Update to latest gradlevolzhs2017-05-121-2/+3
|
* Make Android build smarter (SCons + Gradle)Pedro J. Estébanez2016-06-271-1/+1
| | | | | | | | 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
* -Removed ANT build system for Android, as it was deprecated by GoogleJuan Linietsky2016-01-082-0/+6
-Added new Gradle build system, as it is the required build system