Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Feb 16, 2020
1 parent f3c468a commit c5ad4e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode Integer.parseInt(VERSION_CODE)
versionName "7.0.0"
versionName "7.1.0"
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60"
testBuildType System.getProperty('testBuildType', 'debug')
// This will later be used to control the test apk build type
Expand Down Expand Up @@ -174,7 +174,7 @@ dependencies {

configurations.all {
resolutionStrategy {
force "com.facebook.soloader:soloader:0.8.1"
force "com.facebook.soloader:soloader:0.8.2"
}
}

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
org.gradle.jvmargs=-Xmx2g -XX\:MaxMetaspaceSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
android.useAndroidX=true
android.enableJetifier=true
VERSION_CODE=6000050
VERSION_CODE=6000100
8 changes: 4 additions & 4 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,15 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 350;
CURRENT_PROJECT_VERSION = 400;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = QX9PZ6H89F;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -343,14 +343,14 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 350;
CURRENT_PROJECT_VERSION = 400;
DEVELOPMENT_TEAM = QX9PZ6H89F;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 7.0.0;
MARKETING_VERSION = 7.1.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "learnX",
"private": true,
"license": "MIT",
"version": "7.0.0",
"version": "7.1.0",
"scripts": {
"android": "react-native run-android --no-jetifier",
"android:beta": "fastlane android beta",
Expand Down

0 comments on commit c5ad4e7

Please sign in to comment.