From ec9421e3d89768652eda175d94165a817665c3d3 Mon Sep 17 00:00:00 2001 From: Corey Phillips Date: Sun, 16 Feb 2020 10:59:50 -0500 Subject: [PATCH] Bumped versionName to 0.3.1 in build.gradle. Bumped version code to 41 in build.gradle. Bumped MARKETING_VERSION to 0.3.1 in project.pbxproj. Bumped CURRENT_PROJECT_VERSION to 2 in project.pbxproj. --- android/app/build.gradle | 10 +++++----- ios/moonshine.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 533c17a..2865cf3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -151,8 +151,8 @@ android { applicationId "com.kisswallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 38 - versionName "0.3.0" + versionCode 41 + versionName "0.3.1" multiDexEnabled true missingDimensionStrategy 'react-native-camera', 'general' } @@ -166,12 +166,12 @@ android { } signingConfigs { - /*debug { + debug { storeFile file('debug.keystore') storePassword 'android' keyAlias 'androiddebugkey' keyPassword 'android' - }*/ + } release { storeFile file(MYAPP_RELEASE_STORE_FILE) keyAlias MYAPP_RELEASE_KEY_ALIAS @@ -181,7 +181,7 @@ android { } buildTypes { debug { - //signingConfig signingConfigs.debug + signingConfig signingConfigs.debug } release { // Caution! In production, you need to generate your own keystore file. diff --git a/ios/moonshine.xcodeproj/project.pbxproj b/ios/moonshine.xcodeproj/project.pbxproj index 6696616..0d0b10d 100644 --- a/ios/moonshine.xcodeproj/project.pbxproj +++ b/ios/moonshine.xcodeproj/project.pbxproj @@ -843,12 +843,12 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = 344W3TSQCK; INFOPLIST_FILE = moonshine/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.3.0; + MARKETING_VERSION = 0.3.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -866,11 +866,11 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = 344W3TSQCK; INFOPLIST_FILE = moonshine/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 0.3.0; + MARKETING_VERSION = 0.3.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",