mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Prepare 2.0.1 + update changelog
This commit is contained in:
parent
be2fecc974
commit
8864338773
3 changed files with 10 additions and 4 deletions
|
@ -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\""
|
||||
|
|
3
fastlane/metadata/android/de/changelogs/178.txt
Normal file
3
fastlane/metadata/android/de/changelogs/178.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Aktualisiere Übersetzungen
|
||||
* Füge standard Hintergrund wieder hinzu
|
||||
* Verbessere Höhe des Eingabefelds
|
3
fastlane/metadata/android/en-US/changelogs/178.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/178.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Update translations
|
||||
* Reapply default background
|
||||
* Improve input field height
|
Loading…
Reference in a new issue