Android Version Bump to 67 (#1237)
* Disable sentry source maps for android * Version Bump to 67
This commit is contained in:
parent
8ed4aee635
commit
5493617af7
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue