Prepare 2.0.2
This commit is contained in:
parent
ca61d1b359
commit
376aa693ab
1 changed files with 4 additions and 4 deletions
|
@ -147,8 +147,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 178
|
||||
versionName "2.0.1"
|
||||
versionCode 179
|
||||
versionName "2.0.2"
|
||||
applicationId "de.monocles.chat"
|
||||
def appName = "monocles chat"
|
||||
resValue "string", "app_name", appName
|
||||
|
@ -204,8 +204,8 @@ android {
|
|||
monocleschat {
|
||||
dimension "mode"
|
||||
applicationId = "de.monocles.chat"
|
||||
versionCode 178
|
||||
versionName "2.0.1"
|
||||
versionCode 179
|
||||
versionName "2.0.2"
|
||||
def appName = "monocles chat"
|
||||
resValue "string", "app_name", appName
|
||||
buildConfigField "String", "APP_NAME", "\"$appName\""
|
||||
|
|
Loading…
Reference in a new issue