Update RNN

This commit is contained in:
Mo Bitar
2017-10-06 12:19:21 -05:00
parent c0e40f60e6
commit dbd3ef51e2
4 changed files with 5 additions and 5 deletions

View File

@@ -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"

View File

@@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>

View File

@@ -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",

Submodule vendor/react-native-navigation updated: 8ec82b643f...e6906fb973