version 2.3.3
This commit is contained in:
parent
6084fd91d4
commit
5d5b7010b1
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.3.3
|
||||
* fix missing send button
|
||||
|
||||
#### Version 2.3.2
|
||||
* fix shareWithActivity
|
||||
|
||||
|
|
|
@ -105,8 +105,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 278
|
||||
versionName "2.3.2"
|
||||
versionCode 279
|
||||
versionName "2.3.3"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
Reference in a new issue