android-gpuimage-plus icon indicating copy to clipboard operation
android-gpuimage-plus copied to clipboard

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

Open AmriZakariya opened this issue 3 years ago • 4 comments
trafficstars

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

AmriZakariya avatar May 04 '22 20:05 AmriZakariya

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

wysaid avatar May 09 '22 08:05 wysaid

Any updates related to this ?

tubakesten avatar May 16 '22 14:05 tubakesten

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 avatar May 18 '22 15:05 wysaid

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'
}

wysaid avatar Jul 31 '23 18:07 wysaid