android-gpuimage-plus
android-gpuimage-plus copied to clipboard
Could not determine artifacts for org.wysaid:gpuimage-plus:2.6.3: Skipped due to earlier error
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
Get, I'll fix it this week. The jcenter is deprecated, we may need to add a maven repository hosted by github.
Any updates related to this ?
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...
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'
}