version 2.3.1 + changes
This commit is contained in:
parent
e66ffc6280
commit
d828d5b4a9
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 2.3.1
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
#### Version 2.3.0
|
#### Version 2.3.0
|
||||||
* show name in quotes (PAM)
|
* show name in quotes (PAM)
|
||||||
* introduce theme based on systems theme (PAM)
|
* introduce theme based on systems theme (PAM)
|
||||||
|
|
|
@ -105,8 +105,8 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
versionCode 276
|
versionCode 277
|
||||||
versionName "2.3.0"
|
versionName "2.3.1"
|
||||||
//resConfigs "en"
|
//resConfigs "en"
|
||||||
|
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
|
|
Reference in a new issue