1 Star 0 Fork 96

debuggeeker/Kotlin-Room

forked from newki/Kotlin-Room 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dependent.gradle 4.22 KB
一键复制 编辑 原始数据 按行查看 历史
newki 提交于 2023-05-22 17:52 . 录制视频2
ext {
versions = [
'minSdk' : 21,
'targetSdk' : 31,
'compileSdk' : 31,
'buildToolsVersion': '31.0.0'
]
deps = [
//android和kt依赖资源
android: [
"appcompat" : "androidx.appcompat:appcompat:1.3.1",
"constraint_layout" : "androidx.constraintlayout:constraintlayout:2.0.4",
"recyclerview" : "androidx.recyclerview:recyclerview:1.2.0",
"design" : "com.google.android.material:material:1.4.0",
'multidex' : 'androidx.multidex:multidex:2.0.1',
'fragment_ktx' : 'androidx.fragment:fragment-ktx:1.3.6',
'navigation' : 'androidx.navigation:navigation-fragment-ktx:2.3.5',
'navigation_ui' : 'androidx.navigation:navigation-ui-ktx:2.3.5',
// 'fragivity' : 'com.github.vitaviva.fragivity:core:0.3.1',
// 'fragivity_processor' : 'com.github.fragivity:processor:0.1.0',
"kt_ktx" : 'androidx.core:core-ktx:1.6.0',
"ktx_coroutines_core" : 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2',
"ktx_coroutines_android": 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2',
"lifecycle" : 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1',
"lifecycle_ktx" : 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1',
"lifecycle_process" : 'androidx.lifecycle:lifecycle-process:2.4.1',
"junit" : 'junit:junit:4.12',
"test_junit" : 'androidx.test.ext:junit:1.1.1',
"test_espresso" : 'androidx.test.espresso:espresso-core:3.2.0',
],
//第三方
support: [
"glide" : 'com.github.bumptech.glide:glide:4.11.0',
"glide_annotation" : 'com.github.bumptech.glide:annotations:4.11.0',
"glide_integration" : 'com.github.bumptech.glide:okhttp3-integration:4.11.0',
"glide_compiler" : 'com.github.bumptech.glide:compiler:4.11.0',
"hilt" : 'com.google.dagger:hilt-android:2.38.1',
"hilt_kapt" : 'com.google.dagger:hilt-android-compiler:2.38.1',
// "hilt_vm" : 'androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha02',
// "hilt_vm_kapt" : 'androidx.hilt:hilt-compiler:1.0.0-alpha02',
"retrofit2" : 'com.squareup.retrofit2:retrofit:2.9.0',
"retrofit_gson" : 'com.squareup.retrofit2:converter-gson:2.9.0',
// 'cookie_jar' : 'com.github.franmontiel:PersistentCookieJar:v1.0.1',
'okio' : 'com.squareup.okio:okio:3.0.0',
"permission" : 'com.github.getActivity:XXPermissions:13.2',
"live_bus" : 'com.jeremyliao:live-event-bus-x:1.7.2',
"brvah" : 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6',
"smart_refresh_core": 'com.scwang.smart:refresh-layout-kernel:2.0.1',
"smart_refresh_head": 'com.scwang.smart:refresh-header-classics:2.0.1',
"picture_selector" : 'io.github.lucksiege:pictureselector:v3.11.1', //图片选择
"picture_selector_compress": 'io.github.lucksiege:compress:v3.11.1', //图片选择-压缩
"picture_selector_ucrop" : 'io.github.lucksiege:ucrop:v3.11.1', //图片选择-裁剪
"easy_adapter" : 'com.lxj:easyadapter:1.2.3', //xpopup的内置依赖库
"xpopup" : 'com.lxj:xpopup:2.2.10',
"picker_view" : 'com.contrarywind:Android-PickerView:4.1.9', //PicierView (可选)
"banner" : 'com.youth.banner:banner:2.1.0', //轮播 (可选)
]
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/dong_rong/Kotlin-Room.git
git@gitee.com:dong_rong/Kotlin-Room.git
dong_rong
Kotlin-Room
Kotlin-Room
master

搜索帮助