From a887beed3af76c2dd1b4b9cb44052c5b383fa1d5 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Fri, 6 Jan 2017 10:34:46 -0600 Subject: [PATCH] [RN] Increment short app version from 1.0 to 1.1 Now that Apple have approved build 1.0.178 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 620979682..ff69d4ed7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -102,7 +102,7 @@ android { minSdkVersion 16 targetSdkVersion 22 versionCode Integer.parseInt("${version}") - versionName "1.0.${version}" + versionName "1.1.${version}" ndk { abiFilters 'armeabi-v7a', 'x86' } diff --git a/ios/app/Info.plist b/ios/app/Info.plist index 464b46e57..da08718e0 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 1.1 CFBundleSignature ???? CFBundleVersion