安卓gradle中配置仓库地址 Posted on 2025-10-30 12345google()mavenCentral()maven { url 'https://www.jitpack.io' }maven { url "https://repo.osgeo.org/repository/release/" }maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }