1 Star 2 Fork 1

uvc_camera / libcommon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
saki4510t@gmail.com 提交于 2023-02-07 16:34 . 8.12.0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
// android
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
// kotlin
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'org.jetbrains.kotlin.kapt' version '1.7.20' apply false
id 'org.jetbrains.dokka' version '1.7.20' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
javaSourceCompatibility = JavaVersion.VERSION_1_8
javaTargetCompatibility = JavaVersion.VERSION_1_8
versionCompiler = 33
versionTarget = 28
// variable that can be referenced to keep support libs consistent
jUnitVersion = '4.13.2'
androidTestCoreVersion = '1.5.0'
androidTestJnuit = '1.1.5'
androidTestRunner = '1.5.2'
androidTestRules = '1.5.0'
androidTestEspresso = '3.5.1'
supportLibVersion = '1.0.0'
androidXVersion = '1.6.0'
androidXCore = '1.9.0'
androidXLegacyV4 = '1.0.0'
androidXExif = '1.3.5'
androidXLifecycle = '2.5.1'
androidXMultiDex = '2.0.1'
androidXMaterial = '1.7.0'
androidXRecyclerview = '1.2.1'
androidXPreference = '1.2.0'
androidXConstraint = '2.1.4'
androidXLeanback = '1.0.0'
androidXDataBinding = '7.4.0'
androidXKtx = '1.6.0'
androidXLifecycleKtx = '2.5.1'
androidXFragmentKtx = '1.5.5'
kotlinStdLibVersion = '1.7.20'
kotlinCoroutinesVersion = '1.6.4'
versionCodeNum = 421
versionNameString = '8.12.0'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/uvc_camera/libcommon.git
git@gitee.com:uvc_camera/libcommon.git
uvc_camera
libcommon
libcommon
master

搜索帮助

Bbcd6f05 5694891 0cc6727d 5694891