version bump to 2.15.1
This commit is contained in:
parent
a1e1417e93
commit
1ba46529ad
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.15.1
|
||||||
|
|
||||||
|
* Show message status as icons
|
||||||
|
* Introduce 'Large font' setting for message bubbles
|
||||||
|
|
||||||
### Version 2.15.0
|
### Version 2.15.0
|
||||||
|
|
||||||
* Use Material 3 theme
|
* Use Material 3 theme
|
||||||
|
|
|
@ -98,8 +98,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42107
|
versionCode 42108
|
||||||
versionName "2.15.0"
|
versionName "2.15.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/4210804.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4210804.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Show message status as icons
|
||||||
|
* Introduce 'Large font' setting for message bubbles
|
Loading…
Reference in a new issue