Android Version Bump to 67 (#1237)

* Disable sentry source maps for android

* Version Bump to 67
This commit is contained in:
enahum 2017-12-01 08:07:14 -03:00 committed by GitHub
parent 8ed4aee635
commit 5493617af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {