1 Star 1 Fork 0

Quick Aide / Assist Tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
tangling 提交于 2021-12-07 15:06 . 1.0.0.10
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
apply from: 'build-config/build-ext.gradle'
dependencies {
classpath "com.android.tools.build:gradle:4.0.1"
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// https://www.jianshu.com/p/55e2419cf2f5
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // 如果Gradle工具版本大于等于4.6 (当前:4.0.1),添加这行,这个版本与gradle版本有关
// 如果Gradle工具版本大于等于4.6 并在要发布的插件modelue 添加
// apply plugin: 'com.android.application' 注释掉
// apply plugin: 'com.android.library' //添加列
// apply plugin:'com.github.dcendents.android-maven' //添加列
// group='com.github.12313kaihuang' //添加列
//
// android {
// compileSdkVersion 26
// defaultConfig {
// applicationId "android.searchview" 注释掉
// ...
// }
// }
//
// group='com.github.${YourUsername}'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}
}
//
//task clean(type: Delete) {
// delete rootProject.buildDir
//}
Android
1
https://gitee.com/quick-aide/assist-tools.git
git@gitee.com:quick-aide/assist-tools.git
quick-aide
assist-tools
Assist Tools
master

搜索帮助