godot/platform/android/java/app
ne0fhyk c88d1608ab Add partial support for Android scoped storage.
This is done by providing API access to app specific directories which don't have any limitations and allows us to bump the target sdk version to 30.
In addition, we're also bumping the min sdk version to 19 as version 18 is no longer supported by Google Play Services and only account of 0.3% of Android devices.
2021-08-13 11:04:17 -07:00
..
assets
res
src/com/godot/game Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
AndroidManifest.xml Add support for prompting the user to retain app data on uninstall. 2021-08-12 22:06:13 -07:00
build.gradle Update config versions and deprecate the use of the jcenter maven repo. 2021-06-29 14:02:22 +02:00
config.gradle Add partial support for Android scoped storage. 2021-08-13 11:04:17 -07:00
gradle.properties Disable resource optimizations for release builds as it breaks the legacy build system. 2021-07-20 16:36:00 -07:00
settings.gradle