-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
I'm building an Android App for API higher than 16, so I preferred to use V 0.2.0 .
I use this command to install this package:
"npm install [email protected]"
Whenever I do this, in my ""package.json" I see this:
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.0",
"react-native-background-task": "^0.2.0",
"react-native-push-notification": "^3.1.9"
},
which is right. In "node_modules/react-native-background-task/android/build.gradle" there is:
compileSdkVersion 23
buildToolsVersion "25.0.2"
which causes problem (Error!!!) for APIs lower than 23 like 22 or 21.
Metadata
Metadata
Assignees
Labels
No labels