Skip to content

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

@zipswich

Description

@zipswich

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions