Skip to content

android compilation version sdk version too low #38

Description

@danielzzz

I have fixed it with: (26.0.1 is the sdk I have installed)

`sed -i -e 's/compileSdkVersion 23/compileSdkVersion 26/g' node_modules/react-native-contacts-wrapper/android/app/build.gradle
sed -i -e 's/23.0.1/26.0.1/g' node_modules/react-native-contacts-wrapper/android/app/build.gradle
sed -i -e 's/targetSdkVersion 23/targetSdkVersion 26/g' node_modules/react-native-contacts-wrapper/android/app/build.gradle

`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions