From b24211199081cf6475c68ea42c01c511f4b9063d Mon Sep 17 00:00:00 2001 From: Rui Ying Date: Wed, 6 May 2020 21:06:48 +0800 Subject: [PATCH] v10.2.0 --- android/app/build.gradle | 2 +- android/gradle.properties | 4 ++-- ios/learnX.xcodeproj/project.pbxproj | 8 ++++---- package.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 7ccfa651..0b704994 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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' } diff --git a/android/gradle.properties b/android/gradle.properties index 7793aeec..772be27e 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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 diff --git a/ios/learnX.xcodeproj/project.pbxproj b/ios/learnX.xcodeproj/project.pbxproj index a3c9a2a9..84b045ce 100644 --- a/ios/learnX.xcodeproj/project.pbxproj +++ b/ios/learnX.xcodeproj/project.pbxproj @@ -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; @@ -304,7 +304,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 10.1.0; + MARKETING_VERSION = 10.2.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -330,7 +330,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_HARDENED_RUNTIME[sdk=macosx*]" = YES; INFOPLIST_FILE = learnX/Info.plist; @@ -338,7 +338,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 10.1.0; + MARKETING_VERSION = 10.2.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index f2b572fb..28241360 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",