1 Star 1 Fork 0

张亚飞飞 / maven_android

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 719 Bytes
Copy Edit Raw Blame History
Valjeta authored 2019-08-28 23:15 . 添加aar合并插件
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.cpdroid:fat-aar:1.1.0' // 项目依赖 jar, aar 合并插件
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url 'http://192.168.1.104:8081/repository/maven-releases/'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/wuji0447/maven_android.git
git@gitee.com:wuji0447/maven_android.git
wuji0447
maven_android
maven_android
master

Search