From f546f01d2e7aaa8d387cb19b52a2d17653e15cd5 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 8 Mar 2017 16:04:16 -0300 Subject: [PATCH] Version Bump to 12 (#333) --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e43a477d8..e3a9fd640 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,7 +91,7 @@ android { applicationId "com.mattermost.react.native" minSdkVersion 16 targetSdkVersion 23 - versionCode 11 + versionCode 12 versionName "1.0" multiDexEnabled true ndk {