version bump to 2.13.2 (and rename changelogs)
This commit is contained in:
parent
2833fc833c
commit
5cad2dccb2
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.13.2
|
||||||
|
|
||||||
|
* minor bug fixes
|
||||||
|
* slight modifications in Quicksy onboard flow
|
||||||
|
|
||||||
### Version 2.13.1
|
### Version 2.13.1
|
||||||
|
|
||||||
* Support P2P file transfer via WebRTC data channels
|
* Support P2P file transfer via WebRTC data channels
|
||||||
|
|
|
@ -97,8 +97,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42088
|
versionCode 42090
|
||||||
versionName "2.13.1"
|
versionName "2.13.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue