7 Star 44 Fork 15

Jenly / AppTemplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Jenly 提交于 2022-07-23 15:51 . 更新模板
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: 'versions.gradle'
repositories {
google()
// maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://repo1.maven.org/maven2/' }
// maven { url 'https://dl.bintray.com/umsdk/release' }
}
dependencies {
classpath "com.android.tools.build:gradle:$versions.gralde"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
classpath "com.google.dagger:hilt-android-gradle-plugin:$versions.daggerHilt"
classpath "com.tencent.bugly:tinker-support:$versions.tinkerSupport"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
// maven { url 'https://maven.aliyun.com/repository/public/' }
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://repo1.maven.org/maven2/' }
// maven { url 'https://dl.bintray.com/jenly/maven' }
// maven { url 'https://dl.bintray.com/umsdk/release' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
signingEnabled = false
tinkerEnabled = false
}
Kotlin
1
https://gitee.com/jenly1314/AppTemplate.git
git@gitee.com:jenly1314/AppTemplate.git
jenly1314
AppTemplate
AppTemplate
master

搜索帮助