Prepare 2.0.1 + update changelog

This commit is contained in:
Arne 2024-10-20 11:26:29 +02:00
parent be2fecc974
commit 8864338773
3 changed files with 10 additions and 4 deletions

View file

@ -147,8 +147,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 177
versionName "2.0"
versionCode 178
versionName "2.0.1"
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 177
versionName "2.0"
versionCode 178
versionName "2.0.1"
def appName = "monocles chat"
resValue "string", "app_name", appName
buildConfigField "String", "APP_NAME", "\"$appName\""

View file

@ -0,0 +1,3 @@
* Aktualisiere Übersetzungen
* Füge standard Hintergrund wieder hinzu
* Verbessere Höhe des Eingabefelds

View file

@ -0,0 +1,3 @@
* Update translations
* Reapply default background
* Improve input field height