From cac68dbabaae77b15476b61cae1d26f1e50e975f Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Fri, 20 Jan 2017 15:01:01 -0600 Subject: [PATCH] [RN] Increment short app version from 1.1 to 1.2 Now that Apple have approved build 1.1.185 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 02c1373e5..35a9dcd37 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.1.${version}" + versionName "1.2.${version}" ndk { abiFilters 'armeabi-v7a', 'x86' } diff --git a/ios/app/Info.plist b/ios/app/Info.plist index 06ef69201..b51f78a2c 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1 + 1.2 CFBundleSignature ???? CFBundleVersion