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:
I followed the example of UVCCamera to have the following in the project build.gradle:
and the following in the app's build.gradle:
Building the app throws the following error:
Could anyone offer a tip on the remedy for this?