Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Oct 29, 2019
1 parent 4e2f22a commit a9163a4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 17 additions & 2 deletions ios/StandardNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */;
Expand Down Expand Up @@ -955,6 +962,7 @@
isa = PBXGroup;
children = (
CDB58A611F6C5294009EF868 /* libRNKeychain.a */,
CD9E284C2368B4A60044537F /* libRNKeychain.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a9163a4

Please sign in to comment.