version bump to 2.3.0-beta + changelog
This commit is contained in:
parent
542abb7a95
commit
4bc9713b80
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.3.0
|
||||||
|
* Preview and ask for confirmation before sending media files
|
||||||
|
* View per conversation media files in contact and conference details screens
|
||||||
|
* Enable foreground service by default for Android 8 (notification can be disabled by long pressing it)
|
||||||
|
* Audio player: disable screen and switch to ear piece
|
||||||
|
|
||||||
|
|
||||||
### Version 2.2.9
|
### Version 2.2.9
|
||||||
* Store bookmarks in PEP if server has ability to convert to old bookmarks
|
* Store bookmarks in PEP if server has ability to convert to old bookmarks
|
||||||
* Show Jabber IDs from address book in Start Conversation screen
|
* Show Jabber IDs from address book in Start Conversation screen
|
||||||
|
|
|
@ -65,8 +65,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 283
|
versionCode 284
|
||||||
versionName "2.3.0-alpha"
|
versionName "2.3.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
## Project-wide Gradle settings.
|
|
||||||
#
|
|
||||||
# For more details on how to configure your build environment visit
|
|
||||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
||||||
#
|
|
||||||
# Specifies the JVM arguments used for the daemon process.
|
|
||||||
# The setting is particularly useful for tweaking memory settings.
|
|
||||||
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
||||||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
||||||
#
|
|
||||||
# When configured, Gradle will run in incubating parallel mode.
|
|
||||||
# This option should only be used with decoupled projects. More details, visit
|
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
||||||
# org.gradle.parallel=true
|
|
||||||
org.gradle.jvmargs=-Xmx2048M
|
|
Loading…
Reference in a new issue