4 Star 63 Fork 22

newki / 2024AndroidTemplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle.kts 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
newki 提交于 2024-02-21 10:54 . Hilt 的测试 , 网络请求测试
buildscript {
repositories {
maven("https://maven.aliyun.com/nexus/content/groups/public/")
maven("https://maven.aliyun.com/nexus/content/repositories/jcenter")
maven("https://maven.aliyun.com/nexus/content/repositories/google")
maven("https://maven.aliyun.com/nexus/content/repositories/gradle-plugin")
maven("https://jitpack.io")
google()
mavenCentral()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.3")
//其他插件依赖
classpath(VersionAndroidX.Hilt.hiltPlugin)
classpath(VersionThirdPart.ARouter.plugin)
}
}
tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
}
1
https://gitee.com/newki123456/2024-android-template.git
git@gitee.com:newki123456/2024-android-template.git
newki123456
2024-android-template
2024AndroidTemplate
master

搜索帮助