Bump Android build number to 129 (#1980)

* Fix Sentry module in Android MainApplication

* Bump Android build number to 129
This commit is contained in:
Elias Nahum 2018-08-07 14:29:59 -04:00 committed by GitHub
parent e1ba40218f
commit bca46b23fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion 21
targetSdkVersion 23
versionCode 128
versionCode 129
versionName "1.11.0"
ndk {
abiFilters "armeabi-v7a", "x86"

View file

@ -66,7 +66,7 @@ public class MainApplication extends NavigationApplication implements INotificat
new JailMonkeyPackage(),
new RNFetchBlobPackage(),
new MattermostPackage(this),
new RNSentryPackage(this),
new RNSentryPackage(),
new ReactNativeExceptionHandlerPackage(),
new ReactNativeYouTube(),
new ReactVideoPackage(),