forked from mirror/monocles_chat_clean
Update version code
This commit is contained in:
parent
d06efc8c9a
commit
bfbaf3278a
1 changed files with 4 additions and 4 deletions
|
@ -149,8 +149,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 179
|
||||
versionName "2.0.2"
|
||||
versionCode 180
|
||||
versionName "2.0.3"
|
||||
applicationId "de.monocles.chat"
|
||||
def appName = "monocles chat"
|
||||
resValue "string", "app_name", appName
|
||||
|
@ -206,8 +206,8 @@ android {
|
|||
monocleschat {
|
||||
dimension "mode"
|
||||
applicationId = "de.monocles.chat"
|
||||
versionCode 179
|
||||
versionName "2.0.2"
|
||||
versionCode 180
|
||||
versionName "2.0.3"
|
||||
def appName = "monocles chat"
|
||||
resValue "string", "app_name", appName
|
||||
buildConfigField "String", "APP_NAME", "\"$appName\""
|
||||
|
|
Loading…
Add table
Reference in a new issue