排程部分功能优化,
解绑,删除,绑定
This commit is contained in:
@@ -4,7 +4,7 @@ apply plugin: 'com.hihonor.mcs.asplugin'
|
||||
apply plugin: 'io.freefair.lombok' // ✅ 加上这个
|
||||
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
compileSdkVersion 34
|
||||
lintOptions {
|
||||
checkReleaseBuilds false // 关闭 release 打包时 lint 检查
|
||||
abortOnError false // 即使有错误也不终止编译
|
||||
@@ -226,6 +226,8 @@ dependencies {
|
||||
implementation "androidx.camera:camera-camera2:1.0.2"
|
||||
implementation "androidx.camera:camera-lifecycle:1.0.2"
|
||||
implementation "androidx.camera:camera-view:1.0.0-alpha25"
|
||||
//蓝牙管理
|
||||
implementation 'no.nordicsemi.android:ble:2.11.0'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user