Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Jul 8, 2019
1 parent aa3339f commit f0d18f3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ android {
renderscriptTargetApi 23
renderscriptSupportModeEnabled false
versionCode Integer.parseInt(VERSION_CODE)
versionName "4.0.1"
versionName "4.0.2"
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60"
}
splits {
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=90
VERSION_CODE=91
4 changes: 2 additions & 2 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 90;
CURRENT_PROJECT_VERSION = 91;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = QX9PZ6H89F;
INFOPLIST_FILE = learnX/Info.plist;
Expand All @@ -375,7 +375,7 @@
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 90;
CURRENT_PROJECT_VERSION = 91;
DEVELOPMENT_TEAM = QX9PZ6H89F;
INFOPLIST_FILE = learnX/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
4 changes: 2 additions & 2 deletions ios/learnX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.1</string>
<string>4.0.2</string>
<key>CFBundleVersion</key>
<string>90</string>
<string>91</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
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.0.0",
"version": "4.0.2",
"scripts": {
"android": "react-native run-android",
"android:beta": "bundle exec fastlane android beta",
Expand Down

0 comments on commit f0d18f3

Please sign in to comment.