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
commit f36906f6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
tools:targetApi="33"> tools:targetApi="33">
<activity <activity
android:label="@string/app_name"
android:name=".ui.MainActivity" android:name=".ui.MainActivity"
android:exported="true" android:exported="true"
android:windowSoftInputMode="adjustResize" android:windowSoftInputMode="adjustResize"