godot/platform/android/java
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
..
app Add partial support for Android scoped storage. 2021-08-13 11:04:17 -07:00
gradle/wrapper Update config versions and deprecate the use of the jcenter maven repo. 2021-06-29 14:02:22 +02:00
lib Add partial support for Android scoped storage. 2021-08-13 11:04:17 -07:00
nativeSrcsConfigs Enable doNotStrip when doing development/debugging within Android Studio 2021-03-17 15:17:02 +01:00
build.gradle Disable resource optimizations for release builds as it breaks the legacy build system. 2021-07-20 16:36:00 -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
gradlew Fix lint error/warning while building android template 2018-12-18 17:26:33 +09:00
gradlew.bat Style: Cleanup uses of double spaces between words 2021-06-07 12:06:59 +02:00
settings.gradle Add a separate nativeSrcsConfigs module to handle Android Studio constraints for native code editor support. 2020-11-11 15:30:56 +01:00