mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-27 07:49:28 +00:00
Bump to v1.9
This commit is contained in:
parent
dce9bb127d
commit
40bff8ac7f
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
V1.8:
|
||||||
|
* Separate video call system from the rest of the application
|
||||||
|
|
||||||
V 1.7:
|
V 1.7:
|
||||||
* Fix an issue that prevented to create post on user pages
|
* Fix an issue that prevented to create post on user pages
|
||||||
* Cached conversations are accessible even if not connected to the internet
|
* Cached conversations are accessible even if not connected to the internet
|
||||||
|
@ -12,8 +12,8 @@ android {
|
|||||||
applicationId "org.communiquons.android.comunic.client"
|
applicationId "org.communiquons.android.comunic.client"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 9
|
versionCode 10
|
||||||
versionName "1.8"
|
versionName "1.9"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user