This repository was archived by the owner on Aug 13, 2023. It is now read-only.
This repository was archived by the owner on Aug 13, 2023. It is now read-only.
Initial Setup: Manifest Merger Failed #17
Open
Description
Needed to add this to the bottom of the module app build.gradle
Android Studio 3.1.2
configurations.all {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
def requested = details.requested
if (requested.group == 'com.android.support') {
if (!requested.name.startsWith("multidex")) {
details.useVersion '26.1.0'
}
}
}
}
Metadata
Metadata
Assignees
Labels
No labels