diff --git a/app/build.gradle b/app/build.gradle index d092416..d8398b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { defaultConfig { applicationId "com.nutomic.ensichat" targetSdkVersion 22 - versionCode 3 - versionName "0.1.2" + versionCode 4 + versionName "0.1.3" multiDexEnabled true testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner" }