UdaraWanasinghe / webp-android

libwebp JNI bindings to encode a series of Android bitmap images to an animated WebP image.
MIT License
14 stars 0 forks source link

Could not find com.aureusapps.gradle:plugin-utils:1.0.0. #6

Closed SkeletonKing-SNK closed 6 months ago

SkeletonKing-SNK commented 9 months ago
    mavenLocal()
    gradlePluginPortal()
    google()
    mavenCentral()
    maven { url = uri("https://maven.aliyun.com/nexus/content/groups/public/") }
    maven { url = uri("https://maven.aliyun.com/nexus/content/repositories/releases/") }
    maven { url = uri("https://jitpack.io") }

Could not resolve all artifacts for configuration 'classpath'.

Could not find com.aureusapps.gradle:plugin-utils:1.0.0. Searched in the following locations:

SkeletonKing-SNK commented 9 months ago

这个是demo代码提示的

UdaraWanasinghe commented 9 months ago

我正在使用非公共构建脚本 API。 请将示例应用程序模块复制到新项目中以运行它。