v0.9.4: updated various dependencies and Android target SDK.

This commit is contained in:
Evan Debenham
2021-07-22 15:45:58 -04:00
parent 0e8eb3af64
commit 1ee6a0f993
3 changed files with 7 additions and 6 deletions

View File

@@ -30,8 +30,9 @@
android:backupAgent=".AndroidBackupHandler">
<activity
android:label="${appName}"
android:name=".AndroidLauncher">
<intent-filter >
android:name=".AndroidLauncher"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>