add debug configuration

This commit is contained in:
greenart7c3
2023-02-06 11:15:18 -03:00
parent 8ce96257d2
commit 7c8c79819a
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>