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 {