mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 19:57:06 +02:00
@@ -24,6 +24,12 @@ android {
|
|||||||
release {
|
release {
|
||||||
//minifyEnabled false
|
//minifyEnabled false
|
||||||
//proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
//proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
|
resValue "string", "app_name", "@string/app_name_release"
|
||||||
|
}
|
||||||
|
debug {
|
||||||
|
applicationIdSuffix '.debug'
|
||||||
|
versionNameSuffix '-DEBUG'
|
||||||
|
resValue "string", "app_name", "@string/app_name_debug"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
android:usesCleartextTraffic="true"
|
android:usesCleartextTraffic="true"
|
||||||
tools:targetApi="33">
|
tools:targetApi="33">
|
||||||
<activity
|
<activity
|
||||||
android:label="Amethyst"
|
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"
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Amethyst</string>
|
<string name="app_name_release">Amethyst</string>
|
||||||
|
<string name="app_name_debug">Amethyst Debug</string>
|
||||||
</resources>
|
</resources>
|
Reference in New Issue
Block a user