Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Feb 17, 2020
1 parent 383e22f commit c398d7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1.0"
versionName "7.2.0"
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60"
testBuildType System.getProperty('testBuildType', 'debug')
// This will later be used to control the test apk build type
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 @@
#Sat, 09 Nov 2019 02:38:05 +0800
#Sun, 16 Feb 2020 23:21:46 +0800
org.gradle.jvmargs=-Xmx2g -XX\:MaxMetaspaceSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8
android.useAndroidX=true
android.enableJetifier=true
VERSION_CODE=6000100
VERSION_CODE=6000150
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.1.0",
"version": "7.2.0",
"scripts": {
"android": "react-native run-android --no-jetifier",
"android:beta": "fastlane android beta",
Expand Down

0 comments on commit c398d7c

Please sign in to comment.