diff --git a/build.gradle.kts b/build.gradle.kts index 548541c970..a209fc19d0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ buildscript { // classpath(files("libs/gradle-witness.jar")) // classpath("com.squareup:javapoet:1.13.0") if (project.hasProperty("huawei")) { - classpath("com.huawei.agconnect:agcp:1.9.5.300") + classpath("com.huawei.agconnect:agcp:1.9.5.301") } } }