mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Prepare 2.0.2
This commit is contained in:
parent
aa39942354
commit
4c8f249980
1 changed files with 4 additions and 4 deletions
|
@ -147,8 +147,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 178
|
versionCode 179
|
||||||
versionName "2.0.1"
|
versionName "2.0.2"
|
||||||
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
|
||||||
|
@ -204,8 +204,8 @@ android {
|
||||||
monocleschat {
|
monocleschat {
|
||||||
dimension "mode"
|
dimension "mode"
|
||||||
applicationId = "de.monocles.chat"
|
applicationId = "de.monocles.chat"
|
||||||
versionCode 178
|
versionCode 179
|
||||||
versionName "2.0.1"
|
versionName "2.0.2"
|
||||||
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…
Reference in a new issue