fixup! Use purple background for icon and different package suffix for debug builds
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
367b91ed6d
commit
02363d9940
1 changed files with 2 additions and 3 deletions
|
@ -45,12 +45,11 @@
|
|||
<activity android:name=".view.activity.MainActivity" />
|
||||
<activity
|
||||
android:name=".view.activity.SettingsActivity"
|
||||
android:label="@string/title_activity_settings"
|
||||
android:theme="@style/AppTheme" />
|
||||
android:label="@string/title_activity_settings" />
|
||||
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="com.wbrawner.simplemarkdown.fileprovider"
|
||||
android:authorities="${applicationId}.fileprovider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
|
|
Loading…
Reference in a new issue