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

Commit

Permalink
Revert react-native-navigation to more stable commit history
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Feb 14, 2018
1 parent 216fada commit 5ccf519
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ android {
applicationId "com.standardnotes"
minSdkVersion 21
targetSdkVersion 25
versionCode 2010008
versionName "2.1"
versionCode 2010100
versionName "2.1.1"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
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": "2.1",
"versionIOS": "2.1",
"versionAndroid": "2.1",
"version": "2.1.1",
"versionIOS": "2.1.1",
"versionAndroid": "2.1.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down
2 changes: 1 addition & 1 deletion vendor/react-native-navigation

0 comments on commit 5ccf519

Please sign in to comment.