From 10fd389e156c1a3c3e6e3046ade3963bdfdbeb77 Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 3 Aug 2017 18:09:44 -0400 Subject: [PATCH] Android Version Bump to 45 (#819) * Updated yarn.lock (#817) * Version Bump to 45 --- 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 9cb17dda3..d75346ec5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,7 +91,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 16 targetSdkVersion 23 - versionCode 44 + versionCode 45 versionName "1.1.0" multiDexEnabled true ndk {