Merge pull request #87 from greenart7c3/main

add debug configuration
This commit is contained in:
Vitor Pamplona
2023-02-06 11:19:25 -05:00
committed by GitHub
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
android:usesCleartextTraffic="true"
tools:targetApi="33">
<activity
android:label="Amethyst"
android:label="@string/app_name"
android:name=".ui.MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"
+2 -1
View File
@@ -1,3 +1,4 @@
<resources>
<string name="app_name">Amethyst</string>
<string name="app_name_release">Amethyst</string>
<string name="app_name_debug">Amethyst Debug</string>
</resources>