Skip to content

Conversation

LisoUseInAIKyrios
Copy link
Contributor

Will finally fix ReVanced/revanced-patches#4815

and may also fix #2817

@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Oct 16, 2025 that may be closed by this pull request
3 tasks
@LisoUseInAIKyrios
Copy link
Contributor Author

Not sure why it's finding duplicate classes in unrelated dependencies.

Execution failed for task ':app:checkReleaseDuplicateClasses'.
A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

Duplicate class org.xmlpull.v1.XmlPullParser found in modules xmlpull-1.1.3.1.jar -> xmlpull-1.1.3.1 (xmlpull:xmlpull:1.1.3.1) and xpp3-1.1.4c.jar -> xpp3-1.1.4c (xpp3:xpp3:1.1.4c)

@MarcaDian
Copy link

duplicate classes in unrelated dependencies

I had the same error when I was building a manager with patcher v22, at the time I thought it was related to it, but now it turns out it's not. The solution was to temporarily exclude the duplicate class.

configurations.all {
    exclude(group = "xmlpull", module = "xmlpull")
}

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(Google Photos): Some text is missing

2 participants