* 更新CameraX至v1.0.0

* 优化细节
This commit is contained in:
Jenly
2021-06-30 16:13:09 +08:00
parent 6a28ea25ba
commit 08f0294b1d
8 changed files with 63 additions and 20 deletions

View File

@@ -8,7 +8,8 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$versions.gralde"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
classpath "com.novoda:bintray-release:$versions.bintray_release"
// classpath "com.novoda:bintray-release:$versions.bintray_release"
classpath "com.vanniktech:gradle-maven-publish-plugin:$versions.mavenPublish"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}