1 Star 0 Fork 0

shizhanzhe/急急猫

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.gradle 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩振雄 提交于 2020-06-02 18:02 . 首次提交
// 通用配置
android {
compileSdkVersion 29
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 10
versionName "1.0"
}
// 支持 Java JDK 8
compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
// 设置 SO 库存放目录
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
}
dependencies {
// 依赖 libs 目录下所有 jar 包
implementation fileTree(include: ['*.jar'], dir: 'libs')
// 依赖 libs 目录下所有 aar 包
implementation fileTree(include: ['*.aar'], dir: 'libs')
// 谷歌兼容库:https://developer.android.google.cn/jetpack/androidx/releases/appcompat?hl=zh-cn
implementation 'androidx.appcompat:appcompat:1.1.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/shizhanzhe-android/jijimao.git
[email protected]:shizhanzhe-android/jijimao.git
shizhanzhe-android
jijimao
急急猫
master

搜索帮助