Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Fix conflict android #88

Merged
merged 2 commits into from
Jun 23, 2019
Merged

Fix conflict android #88

merged 2 commits into from
Jun 23, 2019

Conversation

dao-wkm
Copy link
Contributor

@dao-wkm dao-wkm commented Jun 13, 2019

My android/build.gradle file:

ext {
    buildToolsVersion = "27.0.3"
    minSdkVersion = 19
    compileSdkVersion = 27
    targetSdkVersion = 26
    supportLibVersion = "27.1.1"
    // googlePlayServicesVersion = "16.0.1" // default: "+"
    // firebaseVersion = "16.0.1" // default: "+"
}

@tushgup
Copy link

tushgup commented Jun 14, 2019

I'm having trouble building an APK as well. Here's the exact error:

What went wrong:
Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [:react-native-quick-actions] .../node_modules/react-native-quick-actions/android/build/intermediates/library_manifest/debug/AndroidManifest.xml as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 21,
or use tools:overrideLibrary="com.reactNativeQuickActions" to force usage (may lead to runtime failures)

Copy link

@jono-allen jono-allen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@jordanbyron jordanbyron merged commit d879146 into jordanbyron:master Jun 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants