Skip to content

Commit

Permalink
Update project to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Aug 19, 2019
1 parent 34d01d0 commit 74c5119
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 317 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode Integer.parseInt(VERSION_CODE)
versionName "4.2.0"
versionName "4.2.1"
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60"
}

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.jvmargs=-Xmx2g -XX\:MaxMetaspaceSize\=512m -XX\:+HeapDumpOnOutOfMemor
android.useAndroidX=true
android.enableJetifier=true

VERSION_CODE=102
VERSION_CODE=110
2 changes: 1 addition & 1 deletion fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git_url("https://GITHUB_TOKEN@github.com/robertying/certificates")
git_url("https://github.com/robertying/certificates")
storage_mode("git")
app_identifier("io.robertying.learnX")
username("[email protected]")
8 changes: 4 additions & 4 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 110;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = QX9PZ6H89F;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.2.0;
MARKETING_VERSION = 4.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -339,14 +339,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 102;
CURRENT_PROJECT_VERSION = 110;
DEVELOPMENT_TEAM = QX9PZ6H89F;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.2.0;
MARKETING_VERSION = 4.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learnX",
"version": "4.2.0",
"version": "4.2.1",
"scripts": {
"android": "react-native run-android --no-jetifier",
"android:beta": "bundle exec fastlane android beta",
Expand Down
Loading

0 comments on commit 74c5119

Please sign in to comment.