Skip to content

Commit

Permalink
fix(build): build for older (Android v5 and v6) devices using patched…
Browse files Browse the repository at this point in the history
… nodejs-mobile
  • Loading branch information
gmaclennan committed May 2, 2019
1 parent 72bf8f4 commit f2c2794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
// Android 5.0 - requirement for expo unimodules
minSdkVersion = 21
compileSdkVersion = 28
targetSdkVersion = 23
targetSdkVersion = 27
supportLibVersion = "28.0.0"
kotlinVersion = "1.3.0" // For Gradle
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mapeo-schema": "^1.0.4",
"material-ui": "^0.20.2",
"memoize-one": "^5.0.0",
"nodejs-mobile-react-native": "^0.3.3",
"nodejs-mobile-react-native": "gmaclennan/nodejs-mobile-react-native#min-sdk-fix",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "16.6.3",
Expand Down

0 comments on commit f2c2794

Please sign in to comment.