diff --git a/.env b/.env index c5de4d848..c5712d77c 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ ROOT_STATE_STORAGE_KEY=root APP_MARKETING_VERSION=0.35.0 # Same as CURRENT_PROJECT_VERSION in iOS / version code in Android -APP_VERSION=345 +APP_VERSION=346 # APP_VERSION must be greater or equal to the this value # without forcing user to update the app diff --git a/android/app/build.gradle b/android/app/build.gradle index 88b299e80..12e63b01b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -141,7 +141,7 @@ android { applicationId "com.oice" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 345 + versionCode 346 versionName "0.35.0" missingDimensionStrategy 'react-native-camera', 'general' missingDimensionStrategy 'store', 'play' diff --git a/ios/LikeCoinApp.xcodeproj/project.pbxproj b/ios/LikeCoinApp.xcodeproj/project.pbxproj index 733622373..ac32abf28 100644 --- a/ios/LikeCoinApp.xcodeproj/project.pbxproj +++ b/ios/LikeCoinApp.xcodeproj/project.pbxproj @@ -584,7 +584,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements; - CURRENT_PROJECT_VERSION = 345; + CURRENT_PROJECT_VERSION = 346; DEVELOPMENT_TEAM = 6VG4638588; ENABLE_BITCODE = NO; HEADER_SEARCH_PATHS = ( @@ -676,7 +676,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = LikeCoinApp/LikeCoinApp.entitlements; - CURRENT_PROJECT_VERSION = 345; + CURRENT_PROJECT_VERSION = 346; DEVELOPMENT_TEAM = 6VG4638588; HEADER_SEARCH_PATHS = ( "$(inherited)", diff --git a/ios/LikerLandShare/Info.plist b/ios/LikerLandShare/Info.plist index ac60af063..d96e3715d 100644 --- a/ios/LikerLandShare/Info.plist +++ b/ios/LikerLandShare/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 0.35.0 CFBundleVersion - 345 + 346 NSAppTransportSecurity NSAllowsArbitraryLoads