remove legacy roundIcon attribute

This commit is contained in:
Daniel Micay 2022-12-25 10:38:50 -05:00
parent 45a0952296
commit b8dcc33696
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<application android:name=".App"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<activity android:name=".PdfViewer"
android:documentLaunchMode="always"