Bump to v1.9

This commit is contained in:
Pierre HUBERT 2019-05-01 16:22:19 +02:00
parent dce9bb127d
commit 40bff8ac7f
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
CHANGELOG
V1.8:
* Separate video call system from the rest of the application
V 1.7:
* Fix an issue that prevented to create post on user pages
* Cached conversations are accessible even if not connected to the internet

View File

@ -12,8 +12,8 @@ android {
applicationId "org.communiquons.android.comunic.client"
minSdkVersion 21
targetSdkVersion 28
versionCode 9
versionName "1.8"
versionCode 10
versionName "1.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {