Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not determine artifacts for org.wysaid:gpuimage-plus:2.6.3: Skipped due to earlier error #497

Open
AmriZakariya opened this issue May 4, 2022 · 4 comments

Comments

@AmriZakariya
Copy link

Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
Could not determine artifacts for org.wysaid:gpuimage-plus:2.6.3: Skipped due to earlier error

@wysaid
Copy link
Owner

wysaid commented May 9, 2022

Get, I'll fix it this week. The jcenter is deprecated, we may need to add a maven repository hosted by github.

@tubakesten
Copy link

Any updates related to this ?

@wysaid
Copy link
Owner

wysaid commented May 18, 2022

Any updates related to this ?

I am trying to upload to maven central, but not finished yet... You can link the project source by now...

@wysaid
Copy link
Owner

wysaid commented Jul 31, 2023

Updated:

repositories {
    maven {
        url 'http://maven.wysaid.org/'
    }
}

//Choose only one of them
dependencies {
    //All arch: armeabi-v7a, arm64-v8a, x86, x86_64 with video module (ffmpeg bundled)
    compile 'org.wysaid:gpuimage-plus:3.0.0'

    //All arch: armeabi-v7a, arm64-v8a, x86, x86_64 without video module (no ffmpeg)
    compile 'org.wysaid:gpuimage-plus:3.0.0-min'
}

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

No branches or pull requests

3 participants