1 Star 1 Fork 0

h.cheng / SuperApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
h.cheng 提交于 2022-08-18 15:44 . 修改BaseAdapter 实现
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
// 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' }
mavenCentral()
//AAR 包所需的配置
flatDir {
dirs '../aarLibs'
}
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven {
credentials {
username '5fe03dee8d483c39b2b80729'
password 'wD=4oZ67JbAP'
}
url 'https://packages.aliyun.com/maven/repository/2003252-snapshot-a8Mktt/'
}
maven {
credentials {
username '5f6d8acce1cf498f3721e14c'
password '2O85TZy35_bW'
}
url 'https://packages.aliyun.com/maven/repository/2003252-snapshot-a8Mktt/'
}
maven {
credentials {
username '5eec6d101732b0ac2f8d7874'
password 'lwbSAk8mdOGq'
}
url 'https://packages.aliyun.com/maven/repository/2003252-release-xALAGs/'
}
maven {
credentials {
username '5eec6d101732b0ac2f8d7874'
password 'lwbSAk8mdOGq'
}
url 'https://packages.aliyun.com/maven/repository/2003252-snapshot-a8Mktt/'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Java
1
https://gitee.com/hcheng/SuperApp.git
git@gitee.com:hcheng/SuperApp.git
hcheng
SuperApp
SuperApp
master

搜索帮助