Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Min API level in V.0.2.0 #81

Open
omiddadvar opened this issue Apr 3, 2020 · 0 comments
Open

Min API level in V.0.2.0 #81

omiddadvar opened this issue Apr 3, 2020 · 0 comments

Comments

@omiddadvar
Copy link

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 react-native-background-task@0.2.0"
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant