Skip to content

Commit

Permalink
Bumped versionName to 0.3.1 in build.gradle.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
coreyphillips committed Feb 16, 2020
1 parent 2a0ae66 commit ec9421e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand All @@ -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
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions ios/moonshine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit ec9421e

Please sign in to comment.