forked from mirror/monocles_chat_clean
This commit is contained in:
parent
28a9c578cd
commit
b171f2f6bf
1 changed files with 4 additions and 4 deletions
|
@ -150,8 +150,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 181
|
versionCode 182
|
||||||
versionName "2.0.4"
|
versionName "2.0.5"
|
||||||
applicationId "de.monocles.chat"
|
applicationId "de.monocles.chat"
|
||||||
def appName = "monocles chat"
|
def appName = "monocles chat"
|
||||||
resValue "string", "app_name", appName
|
resValue "string", "app_name", appName
|
||||||
|
@ -207,8 +207,8 @@ android {
|
||||||
monocleschat {
|
monocleschat {
|
||||||
dimension "mode"
|
dimension "mode"
|
||||||
applicationId = "de.monocles.chat"
|
applicationId = "de.monocles.chat"
|
||||||
versionCode 181
|
versionCode 182
|
||||||
versionName "2.0.4"
|
versionName "2.0.5"
|
||||||
def appName = "monocles chat"
|
def appName = "monocles chat"
|
||||||
resValue "string", "app_name", appName
|
resValue "string", "app_name", appName
|
||||||
buildConfigField "String", "APP_NAME", "\"$appName\""
|
buildConfigField "String", "APP_NAME", "\"$appName\""
|
||||||
|
|
Loading…
Add table
Reference in a new issue