saki4510t / libcommon

helper classes for myself
Apache License 2.0
197 stars 157 forks source link

Error: "Could not find com.serenegiant:common:4.1.1." #13

Open zipswich opened 1 year ago

zipswich commented 1 year ago

I followed the example of UVCCamera to have the following in the project build.gradle:

maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' }

and the following in the app's build.gradle:

    implementation("com.serenegiant:common:4.1.1") {
        exclude module: 'support-v4'
    }

Building the app throws the following error:

 org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.serenegiant:common:4.1.1.
Searched in the following locations:
  - https://dl.google.com/dl/android/maven2/com/serenegiant/common/4.1.1/common-4.1.1.pom
  - https://repo.maven.apache.org/maven2/com/serenegiant/common/4.1.1/common-4.1.1.pom
  - https://jitpack.io/com/serenegiant/common/4.1.1/common-4.1.1.pom
Required by:

Could anyone offer a tip on the remedy for this?

Clark-caipeiyuan commented 1 year ago

收到了,谢谢!