// Top-level build file where you can add configuration options common to all sub-projects/modules.// Top-level build file where you can add configuration options common to all sub-projects/modules.plugins {id 'com.android.application' version '8.1.2' apply falseid 'org.jetbrains.kotlin.android' version '1.9.0' apply falseid 'com.android.library' version '8.1.2' apply false}// 统一依赖版本管理ext {// AndroidX 版本 (使用最新稳定版本)coreKtxVersion = '1.12.0'appCompatVersion = '1.7.1'materialVersion = '1.12.0'constraintLayoutVersion = '2.1.4'recyclerviewVersion = '1.2.1'coroutinesVersion = '1.4.1'// bugly 版本buglyReportVersion = '4.1.9.3'// 测试依赖版本junitVersion = '4.13.2'androidJunitVersion = '1.3.0'espressoVersion = '3.7.0'}// 为所有子项目提供统一的依赖配置subprojects {ext.deps = [// AndroidX 依赖coreKtx: "androidx.core:core-ktx:$rootProject.ext.coreKtxVersion",appCompat: "androidx.appcompat:appcompat:$rootProject.ext.appCompatVersion",material: "com.google.android.material:material:$rootProject.ext.materialVersion",constraintLayout: "androidx.constraintlayout:constraintlayout:$rootProject.ext.constraintLayoutVersion",recyclerview: "androidx.recyclerview:recyclerview:$rootProject.ext.recyclerviewVersion",coroutines: "org.jetbrains.kotlinx:kotlinx-coroutines-core:$rootProject.ext.coroutinesVersion",// bugly 依赖buglyReport: "om.tencent.bugly:crashreport:$rootProject.ext.buglyReportVersion",// 测试依赖junit: "junit:junit:$rootProject.ext.junitVersion",androidJunit: "androidx.test.ext:junit:$rootProject.ext.androidJunitVersion",espresso: "androidx.test.espresso:espresso-core:$rootProject.ext.espressoVersion"]}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型