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

Commit

Permalink
3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 19, 2019
1 parent dbb4ad7 commit dd81c7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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 3000160
versionName "3.0.16"
versionCode 3000170
versionName "3.0.17"

multiDexEnabled true

Expand Down
4 changes: 2 additions & 2 deletions ios/StandardNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.0.16;
MARKETING_VERSION = 3.0.17;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -2107,7 +2107,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 3.0.16;
MARKETING_VERSION = 3.0.17;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "StandardNotes",
"version": "3.0.16",
"versionIOS": "3.0.16",
"versionAndroid": "3.0.16",
"version": "3.0.17",
"versionIOS": "3.0.17",
"versionAndroid": "3.0.17",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug",
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*"
"clear-cache": "watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-*",
"build-android": "cd android && ./gradlew bundleRelease"
},
"dependencies": {
"@react-native-community/async-storage": "1.4.0",
Expand Down

0 comments on commit dd81c7e

Please sign in to comment.