代码拉取完成,页面将自动刷新
同步操作将从 zhouhuandev/BaseDemo 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
ext {
// 构建版本
kotlinVersion = getProperty('kotlin.version')
compileVersion = 30
buildToolsVersion = "30.0.2"
minSdkVersion = 21
targetVersion = 30
// 生成APK版本
versionCode = 2
versionName = "1.0.2"
apply from: 'lib_depends.gradle'
baseDepends = [
api : [
libs.google.material,
libs.google.gson,
libs.androidx.core,
libs.androidx.appcompat,
libs.androidx.multidex,
libs.androidx.recyclerview,
libs.androidx.activity.ktx,
libs.androidx.fragment.ktx,
libs.androidx.lifecycle.runtime,
libs.androidx.lifecycle.runtime_ktx,
libs.androidx.lifecycle.common_java8,
libs.androidx.lifecycle.viewmodel,
libs.androidx.lifecycle.viewmodel_ktx,
libs.androidx.lifecycle.viewmodel_savedstate,
libs.androidx.lifecycle.livedata_ktx,
libs.smart.layout_kernel,
libs.smart.header_classics,
libs.smart.header_radar,
libs.smart.header_falsify,
libs.smart.header_material,
libs.smart.header_two_level,
libs.smart.footer_classics,
libs.smart.footer_ball,
libs.BaseAdapterHelper,
libs.skeleton,
libs.shimmerlayout,
libs.eventbus,
],
implementations: [],
kapt : [],
compile : [
libs.androidx.databinding.runtime,
libs.androidx.databinding.adapters,
libs.androidx.viewbinding,
],
testImpl : [
libs.junit,
],
]
baseModuleDepends = [
api : [],
implementations: [],
kapt : [],
compile : [],
testImpl : [],
]
commonDepends = [
api : [
libs.glide.core,
libs.glide.transformations,
],
implementations: [],
kapt : [
libs.glide.compiler,
],
compile : [],
testImpl : [],
debugApi : [
libs.leakcanary,
],
]
domainDepends = [
api : [],
implementations: [],
kapt : [],
compile : [],
testImpl : [],
]
imagePickerDepends = [
api : [
libs.androidx.appcompat,
libs.androidx.recyclerview,
libs.google.material,
libs.glide.core,
],
implementations: [],
kapt : [
libs.glide.compiler,
],
compile : [],
testImpl : [],
]
netDepends = [
api : [
libs.kotlin.coroutines,
libs.retrofit2.converter_gson,
libs.retrofit2.logging_interceptor,
libs.androidx.room.core,
libs.androidx.room.room_ktx,
],
implementations: [],
kapt : [
libs.androidx.room.room_compiler,
],
compile : [],
testImpl : [],
]
// module.build.gradle
moduleBuildDepends = [
api : [],
implementations: [],
kapt : [],
compile : [],
testImpl : [],
]
// base.build.gradle
baseBuildDepends = [
api : [
libs.arouter.core,
],
implementations: [],
kapt : [
libs.arouter.compiler,
],
compile : [],
testImpl : [
libs.junit,
],
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。