- Migrate web assets from root to www/ directory - Add Android native project with Capacitor 8 - Add GitHub Actions workflow for automated APK builds - Configure app identity and splash screens
5 lines
213 B
XML
5 lines
213 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<external-path name="my_images" path="." />
|
|
<cache-path name="my_cache_images" path="." />
|
|
</paths> |