remove legacy roundIcon attribute
This commit is contained in:
parent
45a0952296
commit
b8dcc33696
@ -6,7 +6,6 @@
|
|||||||
<application android:name=".App"
|
<application android:name=".App"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher"
|
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity android:name=".PdfViewer"
|
<activity android:name=".PdfViewer"
|
||||||
android:documentLaunchMode="always"
|
android:documentLaunchMode="always"
|
||||||
|
Loading…
Reference in New Issue
Block a user