v0.9.4: updated various dependencies and Android target SDK.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user