From 24e7354d407edc9020e402d05ade8febea4fb754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:46:03 +0000 Subject: [PATCH] Bump com.huawei.agconnect:agcp from 1.9.5.300 to 1.9.5.301 Bumps com.huawei.agconnect:agcp from 1.9.5.300 to 1.9.5.301. --- updated-dependencies: - dependency-name: com.huawei.agconnect:agcp dependency-version: 1.9.5.301 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } } }