version bump to 2.9.13 + changelog
This commit is contained in:
parent
5d3ad6e36b
commit
a5ad2b7fc6
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.9.13
|
||||||
|
|
||||||
|
* minor A/V improvements
|
||||||
|
|
||||||
### Version 2.9.12
|
### Version 2.9.12
|
||||||
|
|
||||||
* Always verify domain name. No user overwrite
|
* Always verify domain name. No user overwrite
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 42014
|
versionCode 42015
|
||||||
versionName "2.9.12"
|
versionName "2.9.13"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
* minor A/V improvements
|
|
@ -1,4 +1,4 @@
|
||||||
\<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="action_settings">Cài đặt</string>
|
<string name="action_settings">Cài đặt</string>
|
||||||
<string name="action_add">Cuộc hội thoại mới</string>
|
<string name="action_add">Cuộc hội thoại mới</string>
|
||||||
|
|
Loading…
Reference in New Issue