Commit faca14aa authored by Tiago Cunha's avatar Tiago Cunha Committed by GitHub

Merge pull request #183 from RocketChat/feature/version-bump-6

Bump for new release
parents 2d74bbdd 23aca01f
...@@ -34,8 +34,8 @@ android { ...@@ -34,8 +34,8 @@ android {
applicationId "chat.rocket.android" applicationId "chat.rocket.android"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.compileSdkVersion targetSdkVersion rootProject.ext.compileSdkVersion
versionCode 5 versionCode 6
versionName "1.0-beta5" versionName "1.0-beta6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment