From a9163a443062e051a37318fde67c1519d6d672a9 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Tue, 29 Oct 2019 12:56:37 -0500 Subject: [PATCH] 3.0.16 --- android/app/build.gradle | 4 ++-- ios/StandardNotes.xcodeproj/project.pbxproj | 19 +++++++++++++++++-- package.json | 6 +++--- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 324fbcca..ed721f3e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,8 +31,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 3000150 - versionName "3.0.15" + versionCode 3000160 + versionName "3.0.16" multiDexEnabled true diff --git a/ios/StandardNotes.xcodeproj/project.pbxproj b/ios/StandardNotes.xcodeproj/project.pbxproj index 67ee1816..146c6ced 100644 --- a/ios/StandardNotes.xcodeproj/project.pbxproj +++ b/ios/StandardNotes.xcodeproj/project.pbxproj @@ -369,6 +369,13 @@ remoteGlobalIDString = B5C32A36220C603B000FFB8D; remoteInfo = "RNGestureHandler-tvOS"; }; + CD9E284B2368B4A60044537F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0BA1C89777414706A3F02AC6 /* RNKeychain.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 6478985F1F38BF9100DA1C12; + remoteInfo = "RNKeychain-tvOS"; + }; CDB589F41F6C5148009EF868 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; @@ -955,6 +962,7 @@ isa = PBXGroup; children = ( CDB58A611F6C5294009EF868 /* libRNKeychain.a */, + CD9E284C2368B4A60044537F /* libRNKeychain.a */, ); name = Products; sourceTree = ""; @@ -1552,6 +1560,13 @@ remoteRef = CD8A7096229DB6F0003BCE3E /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + CD9E284C2368B4A60044537F /* libRNKeychain.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRNKeychain.a; + remoteRef = CD9E284B2368B4A60044537F /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; CDB589F51F6C5148009EF868 /* libRCTBlob-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -1901,7 +1916,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 3.0.15; + MARKETING_VERSION = 3.0.16; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1941,7 +1956,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 3.0.15; + MARKETING_VERSION = 3.0.16; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index 3bf4a3e2..6dbde385 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "StandardNotes", - "version": "3.0.15", - "versionIOS": "3.0.15", - "versionAndroid": "3.0.15", + "version": "3.0.16", + "versionIOS": "3.0.16", + "versionAndroid": "3.0.16", "license": "AGPL-3.0-or-later", "private": true, "scripts": {