From b211ce02a84d9150b89062d2229691097d71d416 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Sun, 9 Apr 2017 12:00:58 -0500 Subject: [PATCH] [RN] Increment short app version from 1.3 to 1.4 Now that Apple have approved build 1.3.204 for release in the App Store, the short app version needs to be incremented; otherwise, no new builds can be uploaded to TestFlight and, respectively, for release in the App Store. --- android/app/build.gradle | 2 +- ios/app/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c86ff68d2..ea79ef6b3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -91,7 +91,7 @@ android { minSdkVersion 16 targetSdkVersion 22 versionCode Integer.parseInt("${version}") - versionName "1.3.${version}" + versionName "1.4.${version}" ndk { abiFilters 'armeabi-v7a', 'x86' } diff --git a/ios/app/Info.plist b/ios/app/Info.plist index bcb28780a..a941d14f3 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3 + 1.4 CFBundleSignature ???? CFBundleURLTypes