更新CameraX至v1.2.1

This commit is contained in:
Jenly
2023-03-04 20:54:37 +08:00
parent b2fa6aaec0
commit a85d793149
53 changed files with 1566 additions and 884 deletions

View File

@@ -6,7 +6,6 @@ buildscript {
repositories {
google()
maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
}
@@ -24,9 +23,7 @@ buildscript {
allprojects {
repositories {
google()
maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
// jcenter() // Warning: this repository is going to shut down soon
}
}