1 Star 0 Fork 27

shuangwell/MyComic

forked from 陆启创/MyComic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
core.gradle 867 Bytes
一键复制 编辑 原始数据 按行查看 历史
陆启创 提交于 2024-02-19 16:27 . 2.19.1 import theone
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlin-kapt'
// 通用配置
android {
compileSdkVersion parent.ext.compileSdkVersion
buildToolsVersion = parent.ext.buildVersion
defaultConfig {
minSdkVersion parent.ext.minSdkVersion
targetSdkVersion parent.ext.targetSdkVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
// 支持 Java JDK 8
compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
// 避免 lint 检测出错时停止构建
lintOptions {
abortOnError false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/shuangwell/MyComic.git
git@gitee.com:shuangwell/MyComic.git
shuangwell
MyComic
MyComic
release

搜索帮助

D67c1975 1850385 1daf7b77 1850385