diff --git a/CHANGELOG b/CHANGELOG index 074e5fe..724a6bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 1c6e920..e9b2b2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {