Skip to content

Min API level in V.0.2.0 #81

@omiddadvar

Description

@omiddadvar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions