summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Pass the correct `export_format` argument to locate the assets directory ↵ne0fhyk2021-10-111-1/+1
| | | | when exporting.
* Add support for Play Asset Delivery.ne0fhyk2021-09-151-5/+2
| | | | This only adds support for a subset of Play Asset Delivery: this causes a single install-time asset pack to always be present, but doesn't add support for dynamically downloaded asset packs.
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-0/+2
| | | | | 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.
* Split android platform export template into multiple filesSergey Minakov2021-08-121-0/+255