crow-misia / libyuv-android

LibYUV for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For some reaosn I cannot install the library neither form mavenCentral nor from jitpack

MrCsabaToth opened this issue · comments

First I tried implementation 'io.github.crow-misia.libyuv:libyuv-android:v0.25.0'

Unresolved dependencies
Could not resolve io.github.crow-misia.libyuv:libyuv-android:v0.25.0.

Then I thought sudo make me a sandwich and tried jitpack

implementation 'com.github.crow-misia:libyuv-android:v0.25.0' but the Gradle Sync fails with that too. I don't understand why.

Cannot be installed via jitpack because the artifact cannot be signed.

I see it in the Maven repo: https://search.maven.org/search?q=g:io.github.crow-misia.libyuv
Maybe one of the transitive dependencies?

Brainfart on my end: there was an extra v which I guess screwed the semantic versioning.
implementation 'io.github.crow-misia.libyuv:libyuv-android:0.25.0'

Inclusion of the v, in a badge, is dependent on the Shields service and cannot be removed. Please recognize it as such.

badges/shields#3200