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
|
||||
|
||||
#### Version 2.3.1
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.3.0
|
||||
* show name in quotes (PAM)
|
||||
* introduce theme based on systems theme (PAM)
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue