From dbd3ef51e2e2bc1a094a9be189d1f4d434ff43df Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Fri, 6 Oct 2017 12:19:21 -0500 Subject: [PATCH] Update RNN --- android/app/build.gradle | 4 ++-- ios/StandardNotes/Info.plist | 2 +- package.json | 2 +- vendor/react-native-navigation | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5fe0dced..89b8b92f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -97,8 +97,8 @@ android { applicationId "com.standardnotes" minSdkVersion 19 targetSdkVersion 25 - versionCode 16 - versionName "0.0.16" + versionCode 17 + versionName "0.0.17" multiDexEnabled true ndk { abiFilters "armeabi-v7a", "x86" diff --git a/ios/StandardNotes/Info.plist b/ios/StandardNotes/Info.plist index 4cf6e60f..9afc7027 100644 --- a/ios/StandardNotes/Info.plist +++ b/ios/StandardNotes/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 10 + 11 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package.json b/package.json index 525a7dc7..38982e67 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "StandardNotes", "version": "0.0.1", "versionIOS" : "1.0.11", - "versionAndroid" : "0.0.16", + "versionAndroid" : "0.0.17", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/vendor/react-native-navigation b/vendor/react-native-navigation index 8ec82b64..e6906fb9 160000 --- a/vendor/react-native-navigation +++ b/vendor/react-native-navigation @@ -1 +1 @@ -Subproject commit 8ec82b643f7d4ff0d60890ada1d955c2c230a137 +Subproject commit e6906fb973fa88bc39c0104e5a1746f64d5fcb38