godot-module-template/platform/android/java/app
Fredia Huya-Kouadio feb8e6ff13 Deprecate the Android studio dev buildtype
The project is setup in Android Studio with three buildtypes:
- `release` for release builds of the engine
- `debug` for debug builds of the engine with `dev_mode`, `dev_build`, and `debug_symbols` disabled
- `dev` for debug builds of the engine with `dev_mode`, `dev_build`, and `debug_symbols` enabled

This commit deprecates and removes the `dev` buildtype and instead enables `dev_mode`, `dev_build`, and `debug_symbols` for the `debug` buildtype when building with Android Studio.

The `release` buildtype has also been updated such that a `release` build built with Android Studio and signed with non-production keys can be installed side-by-side with a production-signed release (e.g: from the store).
2026-02-03 06:55:00 -08:00
..
assetPackInstallTime Update to the AAB directory layout 2025-05-19 10:50:43 -07:00
res Address API 35 UI behavior changes 2025-06-20 13:29:38 -07:00
src Android: Fix memory issues in _variant_to_jvalue() 2025-11-26 11:17:34 -06:00
build.gradle Deprecate the Android studio dev buildtype 2026-02-03 06:55:00 -08:00
config.gradle Ensure that the Android editor properly passes hybrid data when switching mode 2025-11-20 19:13:02 -08:00
gradle.properties Fix gradle build errors when the build path contains non-ASCII characters 2024-02-13 14:31:08 -08:00
settings.gradle Update the maven publishing configuration following the deprecation of the OSSHR service 2025-07-07 15:57:04 -07:00