From 5493617af7e28c4a457ef07489a14b631b8cea66 Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 1 Dec 2017 08:07:14 -0300 Subject: [PATCH] Android Version Bump to 67 (#1237) * Disable sentry source maps for android * Version Bump to 67 --- android/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 21db44c4c..673554367 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,9 +79,9 @@ project.ext.react = [ apply from: "../../node_modules/react-native/react.gradle" apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" -if (System.getenv("SENTRY_ENABLED") == "true") { - apply from: "../../node_modules/react-native-sentry/sentry.gradle" -} +//if (System.getenv("SENTRY_ENABLED") == "true") { +// apply from: "../../node_modules/react-native-sentry/sentry.gradle" +//} /** * Set this to true to create two separate APKs instead of one: @@ -106,7 +106,7 @@ android { applicationId "com.mattermost.rnbeta" minSdkVersion 21 targetSdkVersion 23 - versionCode 66 + versionCode 67 versionName "1.5.0" multiDexEnabled true ndk {