1 Star 7 Fork 4

zhongya666/WanApk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dependencies.gradle 4.26 KB
一键复制 编辑 原始数据 按行查看 历史
zhongya666 提交于 2021-08-03 22:34 . 完成版
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {
arg("AROUTER_MODULE_NAME", project.getName())
}
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildFeatures{
dataBinding = true
}
kotlinOptions {
jvmTarget = '1.8'
}
}
dependencies {
def nav_version = "2.3.5"
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.multidex:multidex:2.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation "androidx.viewpager2:viewpager2:1.0.0"
//net
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
implementation "com.squareup.okhttp3:logging-interceptor:4.7.2"
implementation "com.squareup.okhttp3:okhttp:4.7.2"
//lifecycle
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-common-java8:2.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
//navigation
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
//gilde
implementation 'com.github.bumptech.glide:glide:4.11.0'
kapt 'com.github.bumptech.glide:compiler:4.11.0'
//paging3
implementation 'androidx.paging:paging-runtime:3.0.0-beta01'
implementation 'androidx.paging:paging-common:3.0.0-beta01'
//coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3'
// viewModel
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
implementation "androidx.fragment:fragment-ktx:1.2.5"
// liveData
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0"
implementation 'com.kunminx.archi:unpeek-livedata:4.4.1-beta1'
//arouter
implementation "com.alibaba:arouter-api:1.5.0"
kapt "com.alibaba:arouter-compiler:1.2.2"
//room
implementation 'androidx.room:room-runtime:2.3.0-alpha01'
implementation 'androidx.room:room-common:2.3.0-alpha01'
implementation 'androidx.room:room-ktx:2.3.0-alpha01'
kapt "androidx.room:room-compiler:2.3.0-alpha01"
// Koin for Kotlin
implementation "io.insert-koin:koin-core:$koin_version"
testImplementation "io.insert-koin:koin-test:$koin_version"
// Koin for AndroidX
implementation "io.insert-koin:koin-android:$koin_version"
implementation "io.insert-koin:koin-android-compat:$koin_version"
implementation "io.insert-koin:koin-androidx-workmanager:$koin_version"
implementation "io.insert-koin:koin-androidx-compose:$koin_version"
//refresh
implementation 'com.scwang.smart:refresh-layout-kernel:2.0.3'
implementation 'com.scwang.smart:refresh-header-classics:2.0.3'
//gson
implementation("com.google.code.gson:gson:2.8.6")
//coil
implementation("io.coil-kt:coil:1.2.1")
//管理界面状态库
implementation 'com.kingja.loadsir:loadsir:1.3.8'
//指示器库
implementation 'com.github.hackware1993:MagicIndicator:1.7.0'
//BaseAdapter
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4'
//持久化cookie
implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/zhongya666/WanApk.git
git@gitee.com:zhongya666/WanApk.git
zhongya666
WanApk
WanApk
master

搜索帮助