Remove redundant !! from MainActivity - 2.27 🚀

This commit is contained in:
Brandon Presley 2024-02-19 22:10:40 +13:00
parent 9f20954ff5
commit d7599ff39b
3 changed files with 4 additions and 4 deletions

View File

@ -87,8 +87,8 @@ android {
applicationId "com.massive"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36241
versionName "2.26"
versionCode 36242
versionName "2.27"
}
signingConfigs {
release {

View File

@ -20,7 +20,7 @@ class MainActivity : ReactActivity() {
override fun createReactActivityDelegate(): ReactActivityDelegate {
return DefaultReactActivityDelegate(
this,
mainComponentName!!, // If you opted-in for the New Architecture, we enable the Fabric Renderer.
mainComponentName, // If you opted-in for the New Architecture, we enable the Fabric Renderer.
fabricEnabled
)
}

View File

@ -1,6 +1,6 @@
{
"name": "massive",
"version": "2.26",
"version": "2.27",
"private": true,
"license": "GPL-3.0-only",
"scripts": {