加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
宁伟 提交于 2023-05-25 11:30 . 1. 更新9.0的静态资源
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
// Check that you have the following line (if not, add it):
mavenCentral()
google() // Google's Maven repository
}
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
classpath "io.realm:realm-gradle-plugin:10.15.1"
}
}
plugins {
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化