Bump Android build number to 129 (#1980)
* Fix Sentry module in Android MainApplication * Bump Android build number to 129
This commit is contained in:
parent
e1ba40218f
commit
bca46b23fe
2 changed files with 2 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue