代码拉取完成,页面将自动刷新
rootProject.ext {
// true 单独调试 false 联合调试
isComponent = false
// 版本信息
VERS = [
core_ktx_version : "1.8.0",
appcompat_version : "1.3.0",
material_version : "1.3.0",
constraintlayout_version : "2.1.4",
coroutines_version : "1.5.0",
retrofit_version : "2.9.0",
glide_version : "4.12.0",
arouter_version : "1.5.2",
refresh_layout_version : "2.0.5",
viewbinding_version : "7.0.4",
lifecycle_viewmodel_ktx_version: "2.3.1",
flexbox_version : "3.0.0",
bga_banner_version : "3.0.1",
agentWebView_version : "v5.0.0-alpha.1-androidx",
circleimageview_version : "3.1.0",
//
compose_version : "1.2.0"
]
//包名
PK_NAME = [
app : "com.ldc.wandroidktforjetpack",
login : "com.ldc.login",
framework : "com.ldc.framework",
profile : "com.ldc.profile",
webview : "com.ldc.webview",
message : "com.ldc.message",
about : "com.ldc.about",
compose_test: "com.ldc.composetest",
]
// APP版本信息
APPS = [
compileSdk : 31,
minSdk : 21,
targetSdk : 32,
versionCode: 3,
versionName: "v1.0.3",
]
// 依赖
DEPS = [
core_ktx : "androidx.core:core-ktx:${VERS.core_ktx_version}",
appcompat : "androidx.appcompat:appcompat:${VERS.appcompat_version}",
material : "com.google.android.material:material:${VERS.material_version}",
constraintlayout : "androidx.constraintlayout:constraintlayout:${VERS.constraintlayout_version}",
viewbinding : "androidx.databinding:viewbinding:${VERS.viewbinding_version}",
lifecycle_viewmodel_ktx : "androidx.lifecycle:lifecycle-viewmodel-ktx:${VERS.lifecycle_viewmodel_ktx_version}",
legacy_support_v4 : "androidx.legacy:legacy-support-v4:1.0.0",
//携程
kotlinx_coroutines_core : "org.jetbrains.kotlinx:kotlinx-coroutines-core:${VERS.coroutines_version}",
kotlinx_coroutines_android : "org.jetbrains.kotlinx:kotlinx-coroutines-android:${VERS.coroutines_version}",
// 网络
retrofit : "com.squareup.retrofit2:retrofit:${VERS.retrofit_version}",
retrofit_converter_gson : "com.squareup.retrofit2:converter-gson:${VERS.retrofit_version}",
//路由
arouter_api : "com.alibaba:arouter-api:${VERS.arouter_version}",
// 网络日志
logging_interceptor : "com.squareup.okhttp3:logging-interceptor:4.9.3",
// 图片选择
glide : "com.github.bumptech.glide:glide:${VERS.glide_version}",
//下拉组件
refresh_layout_kernel : "io.github.scwang90:refresh-layout-kernel:${VERS.refresh_layout_version}", //核心必须依赖
refresh_header_classics : "io.github.scwang90:refresh-header-classics:${VERS.refresh_layout_version}", //经典刷新头
refresh_header_material : "io.github.scwang90:refresh-header-material:${VERS.refresh_layout_version}", //谷歌刷新头
refresh_footer_classics : "io.github.scwang90:refresh-footer-classics:${VERS.refresh_layout_version}", //经典加载
//
multidex : 'com.android.support:multidex:1.0.3',
//data-store
datastor : "androidx.datastore:datastore:1.0.0",
datastore_rxjava2 : "androidx.datastore:datastore-rxjava2:1.0.0",
datastore_preferences : "androidx.datastore:datastore-preferences:1.0.0",
datastore_preferences_rxjava2: "androidx.datastore:datastore-preferences-rxjava2:1.0.0",
//流布局
flexbox : "com.google.android.flexbox:flexbox:${VERS.flexbox_version}",
//banner
bgaBanner : "com.github.bingoogolapple:BGABanner-Android:${VERS.bga_banner_version}",
agentWebView : "com.github.Justson.AgentWeb:agentweb-core:${VERS.agentWebView_version}",
circleimageview : "de.hdodenhof:circleimageview:${VERS.circleimageview_version}",
]
// 编译器
COMPS = [
glide_compiler : "com.github.bumptech.glide:compiler:${VERS.glide_version}",
// 路由
arouter_compiler: "com.alibaba:arouter-compiler:${VERS.arouter_version}",
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。