Set versionCode=36106

This commit is contained in:
Brandon Presley 2022-11-30 14:34:49 +13:00
parent 8e31dc2186
commit d3c3a09a0f
2 changed files with 19 additions and 21 deletions

View File

@ -1,8 +1,6 @@
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
import com.android.build.OutputFile
project.ext.react = [
enableHermes: true, // clean and rebuild if changing
]
@ -43,8 +41,8 @@ android {
missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36105
versionName "1.79"
versionCode 36106
versionName "1.80"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {

View File

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