67 lines
3.8 KiB
TOML
67 lines
3.8 KiB
TOML
[versions]
|
|
agp = "8.9.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.1.5"
|
|
espressoCore = "3.5.1"
|
|
appcompat = "1.6.1"
|
|
material = "1.10.0"
|
|
lifecycle = "1.1.1"
|
|
retrofit ="2.5.0"
|
|
converter-scalars= "2.3.0"
|
|
converter-gson= "2.4.0"
|
|
adapter-rxjava2= "2.4.0"
|
|
rxjava= "2.1.16"
|
|
rxandroid= "2.0.2"
|
|
okhttp-logging= "4.12.0"
|
|
constraintlayout = "2.1.4"
|
|
lifecycleLivedataKtx = "2.6.1"
|
|
lifecycleViewmodelKtx = "2.6.1"
|
|
refresh-layout = "3.0.0-alpha"
|
|
refresh-header = "3.0.0-alpha"
|
|
refresh-footer = "3.0.0-alpha"
|
|
banner = "2.2.3"
|
|
recyclerview = "1.3.2"
|
|
glide = "4.13.1"
|
|
avloadingindicatorview="2.1.4"
|
|
media3 ="1.4.0"
|
|
eventbus="3.3.1"
|
|
baseRecyclerViewAdapter="4.1.4"
|
|
splashscreen="1.0.1"
|
|
|
|
[libraries]
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
lifecycle = { group="android.arch.lifecycle:extensions",name="lifecycle",version.ref = "lifecycle"}
|
|
retrofit = { group="com.squareup.retrofit2",name="retrofit",version.ref = "retrofit"}
|
|
converter-scalars = { group="com.squareup.retrofit2",name="converter-scalars",version.ref = "converter-scalars"}
|
|
converter-gson = { group="com.squareup.retrofit2",name="converter-gson",version.ref = "converter-gson"}
|
|
adapter-rxjava2 = { group="com.squareup.retrofit2",name="adapter-rxjava2",version.ref = "adapter-rxjava2"}
|
|
rxjava = { group="io.reactivex.rxjava2",name="rxjava",version.ref = "rxjava"}
|
|
rxandroid = { group="io.reactivex.rxjava2",name="rxandroid",version.ref = "rxandroid"}
|
|
okhttplog = { group="com.squareup.okhttp3",name="logging-interceptor",version.ref = "okhttp-logging"}
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycleLivedataKtx" }
|
|
lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" }
|
|
refreshlayout = { group = "io.github.scwang90", name = "refresh-layout-kernel", version.ref = "refresh-layout" }
|
|
refreshheader = { group = "io.github.scwang90", name = "refresh-header-material", version.ref = "refresh-header" }
|
|
refreshfooter = { group = "io.github.scwang90", name = "refresh-footer-classics", version.ref = "refresh-footer" }
|
|
banner = { group = "io.github.youth5201314", name = "banner", version.ref = "banner" }
|
|
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
|
|
glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
|
|
avloadingView = { group = "io.github.maitrungduc1410", name = "AVLoadingIndicatorView", version.ref = "avloadingindicatorview" }
|
|
media3exoplayer = { group = "androidx.media3", name = "media3-exoplayer", version.ref = "media3" }
|
|
media3exoplayerdash = { group = "androidx.media3", name = "media3-exoplayer-dash", version.ref = "media3" }
|
|
media3ui = { group = "androidx.media3", name = "media3-ui", version.ref = "media3" }
|
|
media3exoplayerhls = { group = "androidx.media3", name = "media3-exoplayer-hls", version.ref = "media3" }
|
|
eventbut={group = "org.greenrobot", name = "eventbus", version.ref = "eventbus" }
|
|
baseRecyclerAdapter={group = "io.github.cymchad", name = "BaseRecyclerViewAdapterHelper4", version.ref = "baseRecyclerViewAdapter" }
|
|
splashscreen={group = "androidx.core", name = "core-splashscreen", version.ref = "splashscreen" }
|
|
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|