4 Star 10 Fork 7

华为移动服务/hms-iap-clientdemo-android-studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
fjl2022 提交于 2023-02-02 17:01 +08:00 . update build.gradle.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven {url 'https://developer.huawei.com/repo/'}
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
// Add the AppGallery Connect plugin configuration. Please refer to AppGallery Connect Plugin Dependency to select a proper plugin version.
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
}
}
allprojects {
repositories {
maven {url 'https://developer.huawei.com/repo/'}
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hms-core/hms-iap-clientdemo-android-studio.git
git@gitee.com:hms-core/hms-iap-clientdemo-android-studio.git
hms-core
hms-iap-clientdemo-android-studio
hms-iap-clientdemo-android-studio
master

搜索帮助