Android uvccamera摄像头Could not resolve com.serenegiant:common:2.12.4 解决方案

buildscript {
    repositories {
		maven { url 'https://gitee.com/liuchaoya/libcommon/raw/master/repository/' }
		google()
		maven { url 'https://maven.google.com' }
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.1.4'
    }
}

allprojects {
    repositories {
		maven { url 'https://gitee.com/liuchaoya/libcommon/raw/master/repository/' }
    	google()
		maven { url 'https://maven.google.com' }
		jcenter()
//		maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' }
    }
}