From fd2c36cb94bbbb1acb64d154fee62a16a7a35b0a Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 8 Dec 2017 12:12:06 -0300 Subject: [PATCH] Android Version Bump to 73 (#1289) --- 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 ba656cd16..66c02ab76 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -106,7 +106,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 23 - versionCode 72 + versionCode 73 versionName "1.5.0" multiDexEnabled true ndk {