Skip to content

fix: correct ucrop JitPack dependency casing (yalantis -> Yalantis)#2238

Open
Apatoallo wants to merge 1 commit intoivpusic:masterfrom
Apatoallo:fix/ucrop-jitpack-case-sensitivity
Open

fix: correct ucrop JitPack dependency casing (yalantis -> Yalantis)#2238
Apatoallo wants to merge 1 commit intoivpusic:masterfrom
Apatoallo:fix/ucrop-jitpack-case-sensitivity

Conversation

@Apatoallo
Copy link
Copy Markdown

@Apatoallo Apatoallo commented Mar 12, 2026

fix: correct Yalantis capitalization in build.gradle

When building the android side the following dependency causes
a build failure:

implementation 'com.github.yalantis:ucrop:2.2.11-native'

JitPack resolves GitHub repository names case-sensitively.
The lowercase yalantis does not match the actual GitHub
organization name Yalantis, causing the build to fail when
trying to resolve the ucrop dependency.

Fix: changed yalantis to Yalantis to match the correct
GitHub organization name.

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.

1 participant