You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct usage of unique package names are currently not enforced but will become more strict on later versions of the plugin. On Android Gradle plugin version 3.4.0, you can opt-in to check whether your project declares acceptable package names by adding the line below to your gradle.properties file.
android.uniquePackageNames = true
It would be great if you gave the annotations artifact a proper unique package name.
The text was updated successfully, but these errors were encountered:
PaulWoitaschek
changed the title
Manifest merger failed: Duplciate packages
Manifest merger failed: Duplicate package name
Jan 28, 2020
When adding soloader 0.8.0 my build fails with an error in the manifest merger:
It would be great if you gave the annotations artifact a proper unique package name.
The text was updated successfully, but these errors were encountered: