File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ android {
4444 targetSdkVersion 31
4545 versionCode System . currentTimeSeconds(). toInteger()
4646 versionName " $gitHash $gitDirty "
47+ manifestPlaceholders = [label : ' LiBoard' ]
4748
4849 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
4950 }
@@ -56,6 +57,7 @@ android {
5657 }
5758 debug {
5859 applicationIdSuffix ' .debug'
60+ manifestPlaceholders = [label : ' LiBoard[DEBUG]' ]
5961 }
6062 }
6163 compileOptions {
Original file line number Diff line number Diff line change 66 android:name=" .android.Application"
77 android:allowBackup=" true"
88 android:icon=" @mipmap/ic_launcher"
9- android:label=" @string/app_name "
9+ android:label=" ${label} "
1010 android:roundIcon=" @mipmap/ic_launcher_round"
1111 android:supportsRtl=" true"
1212 android:theme=" @style/AppTheme"
You can’t perform that action at this time.
0 commit comments