Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyComo committed May 5, 2019
1 parent efa3c0f commit 6b6cab5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion project.hasProperty('targetSdkVersion') ? project.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION

renderscriptTargetApi 18
renderscriptSupportModeEnabled true
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-simple-shadow-view",
"version": "1.5.0",
"version": "1.5.1",
"description": "a Shadow view for react native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6b6cab5

Please sign in to comment.