Merge pull request #140 from terryschmidt/fix_app_name_error

fix redundant android:label in AndroidManifest.xml
This commit is contained in:
Vitor Pamplona
2023-02-20 15:17:11 -05:00
committed by GitHub
-1
View File
@@ -24,7 +24,6 @@
android:usesCleartextTraffic="true"
tools:targetApi="33">
<activity
android:label="@string/app_name"
android:name=".ui.MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"