summaryrefslogtreecommitdiff
path: root/platform/android/java/app/config.gradle
AgeCommit message (Expand)Author
2021-04-26Android: Upgrade buildTools from 30.0.1 to 30.0.3Rémi Verschelde
2021-04-14Allow to build dev template with symbolsthebestnom
2021-03-16Enable `doNotStrip` when doing development/debugging within Android StudioFredia Huya-Kouadio
2021-02-26Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio
2021-02-24Add logic to record the version of the Godot engine for the Android platform.Fredia Huya-Kouadio
2021-02-17Revert AGP to version 4.0.1 as a workaround to https://issuetracker.google.co...Fredia Huya-Kouadio
2021-02-18Android: Bump NDK version to 21.4.7075529Rémi Verschelde
2021-01-05Improve the logic to compile for Android by automatically detecting and setti...Fredia Huya-Kouadio
2020-11-22Update gradle build files to automatically perform signing and zipalign tasks...Fredia Huya-Kouadio
2020-10-29Add a separate `nativeSrcsConfigs` module to handle Android Studio constraint...Fredia Huya-Kouadio
2020-10-28Update the gradle pluginsFredia Huya-Kouadio
2020-08-05Add 'Export App Bundle' to Android Export OptionsAman Jain
2020-07-24Write an AndroidManifest.xml file to be merged with app module's manifest.Aman Jain
2020-05-27Validate that `Use Custom Build` is enabled when `Plugins` are selectedFredia Huya-Kouadio
2020-05-17Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio
2020-05-10Android: Migrate deprecated support library to AndroidXthebestnom
2020-04-14Android: Bump build tools to 29.0.3Rémi Verschelde
2020-04-02Android: Downgrade gradle plugin to 3.5.3Rémi Verschelde
2020-03-06Trim the whitespace around the plugins names.fhuya
2020-03-05Re-architecture of the Godot Android plugin.fhuya
2020-03-05Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...fhuya
2020-03-04Miscellaneous cleanup for the Android codebase:fhuya
2020-01-27Address crash caused by missing dependency.fhuya
2020-01-27Address crash caused by missing dependency.fhuya
2019-12-30Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya
2019-09-04Split the Android platform java logic into an Android library module (`lib`) ...fhuya