From ab03b4a441e18c4f3c948f5a521e854c98a284a2 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 20 一月 2025 14:16:43 +0800 Subject: [PATCH] 1.上传地图相关图片 --- build.gradle | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/build.gradle b/build.gradle index 9a844cb..7aad7f2 100644 --- a/build.gradle +++ b/build.gradle @@ -3,10 +3,12 @@ repositories { google() mavenCentral() + maven { url 'https://developer.huawei.com/repo/' } } dependencies { classpath "com.android.tools.build:gradle:8.1.2" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" + classpath 'com.huawei.agconnect:agcp:1.6.0.300' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } @@ -19,6 +21,7 @@ mavenCentral() jcenter() // Warning: this repository is going to shut down soon maven {url 'https://www.jitpack.io'} + maven { url 'https://developer.huawei.com/repo/' } } } -- Gitblit v1.8.0