version 2.3.1 + changes

This commit is contained in:
Christian Schneppe 2019-12-07 21:31:10 +01:00
parent e66ffc6280
commit d828d5b4a9
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
### Changelog
#### Version 2.3.1
* bug fixes
#### Version 2.3.0
* show name in quotes (PAM)
* introduce theme based on systems theme (PAM)

View file

@ -105,8 +105,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 276
versionName "2.3.0"
versionCode 277
versionName "2.3.1"
//resConfigs "en"
archivesBaseName += "-$versionName"