From d22cfdc9b71e9bf2530bdea923d23248ebd7d530 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 20 Feb 2017 18:58:10 -0300 Subject: [PATCH] Version Bump to 10 (#282) --- 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 1be69bcfe..21d42d913 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 9 + versionCode 10 versionName "1.0" multiDexEnabled true ndk {