mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-19 05:39:20 -04:00
Update RNN
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
2
vendor/react-native-navigation
vendored
2
vendor/react-native-navigation
vendored
Submodule vendor/react-native-navigation updated: 8ec82b643f...e6906fb973
Reference in New Issue
Block a user