version bump to 2.12.1
This commit is contained in:
parent
e4d79386c8
commit
e91b6ce377
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.12.1
|
||||||
|
|
||||||
|
* Fix crash in UnifiedPush Distributor
|
||||||
|
|
||||||
### Version 2.12.0
|
### Version 2.12.0
|
||||||
|
|
||||||
* Integrate UnifiedPush Distributor to facilitate push messages to other UnifiedPush enabled apps like Tusky and Fedilab
|
* Integrate UnifiedPush Distributor to facilitate push messages to other UnifiedPush enabled apps like Tusky and Fedilab
|
||||||
|
|
|
@ -91,8 +91,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 42046
|
versionCode 42047
|
||||||
versionName "2.12.0"
|
versionName "2.12.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/42047.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/42047.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Fix crash in UnifiedPush Distributor
|
Loading…
Reference in a new issue