52 Star 431 Fork 88

w2016561536 / android_virtual_cam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
w2016561536 提交于 2021-09-02 20:15 . 帧率修复
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "VCAM"
include ':app'
Java
1
https://gitee.com/w2016561536/android_virtual_cam.git
git@gitee.com:w2016561536/android_virtual_cam.git
w2016561536
android_virtual_cam
android_virtual_cam
master

搜索帮助