fix redundant android:label warning

This commit is contained in:
Terry Schmidt 2023-02-20 00:52:47 -05:00
parent 2eae1ad434
commit dd404efc7d

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"