Skip to content

Commit

Permalink
v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed May 6, 2020
1 parent bc4c7a2 commit b242111
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode Integer.parseInt(VERSION_CODE)
versionName "10.1.0"
versionName "10.2.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon, 27 Apr 2020 22:16:58 +0800
#Wed, 06 May 2020 20:14:54 +0800
org.gradle.jvmargs=-Xmx2g -XX\:MaxMetaspaceSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
android.useAndroidX=true
android.enableJetifier=true
VERSION_CODE=9195010
VERSION_CODE=9195022
8 changes: 4 additions & 4 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1010;
CURRENT_PROJECT_VERSION = 1021;
DEVELOPMENT_TEAM = QX9PZ6H89F;
ENABLE_BITCODE = NO;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
Expand All @@ -304,7 +304,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 10.1.0;
MARKETING_VERSION = 10.2.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -330,15 +330,15 @@
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1010;
CURRENT_PROJECT_VERSION = 1021;
DEVELOPMENT_TEAM = QX9PZ6H89F;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 10.1.0;
MARKETING_VERSION = 10.2.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.1.0",
"version": "10.2.0",
"scripts": {
"android": "react-native run-android --no-jetifier",
"android:beta": "fastlane android beta",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-native-document-picker": "3.3.3",
"react-native-fs": "2.16.6",
"react-native-gesture-handler": "1.6.1",
"react-native-github-markdown": "4.0.0",
"react-native-github-markdown": "4.0.1",
"react-native-interactable": "2.0.1",
"react-native-localize": "1.4.0",
"react-native-modal": "11.5.6",
Expand Down

0 comments on commit b242111

Please sign in to comment.