version:1.5.1216

bugfixes:
add:统一aidl,为中性mdm版本提供状态获取
This commit is contained in:
2026-01-30 19:11:51 +08:00
parent 6797c7a6bd
commit 1dd810dcfe
6 changed files with 95 additions and 76 deletions

View File

@@ -3,11 +3,13 @@
buildscript {
repositories {
google()
mavenCentral()
// mavenCentral()
maven { url "https://jitpack.io" }
maven { url 'https://developer.huawei.com/repo/' }
maven { url 'https://maven.aliyun.com/repository/central/' }
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/google' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'