forked from Ivasoft/mattermost-mobile
Bump Android build number to 129 (#1980)
* Fix Sentry module in Android MainApplication * Bump Android build number to 129
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user