diff --git a/app/build.gradle b/app/build.gradle index 772561f566..9713e3be38 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "chat.rocket.android" minSdkVersion 21 targetSdkVersion versions.targetSdk - versionCode 2003 - versionName "2.0.0-beta3" + versionCode 2004 + versionName "2.0.0-beta4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" multiDexEnabled true }