LiveWallpaper/gradle/libs.versions.toml
2024-04-16 18:19:58 +08:00

61 lines
2.9 KiB
TOML

[versions]
agp = "7.3.0"
appLovin-quality-service-gradleplugin = "4.13.2"
google-material = "1.11.0"
kotlin = "1.8.21"
core-ktx = "1.9.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
appcompat = "1.6.1"
material = "1.11.0"
multidex = "2.0.1"
glide = "4.15.1"
lifecycle = "2.6.1"
activity-ktx = "1.7.2"
fragment-ktx = "1.6.1"
rxbinding = "4.0.0"
smart-refresh-layout = "2.0.6"
flyco-tabLayout = "3.0.0"
commons-codec = "1.15"
okhttp3-okhttp = "4.10.0"
progress-bar = "2.1.2"
google-services = "4.3.15"
firebase-crashlytics = "2.9.9"
[libraries]
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity-ktx" }
fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment-ktx" }
jakewharton-rxbinding4 = { module = "com.jakewharton.rxbinding4:rxbinding", version.ref = "rxbinding" }
material-1_11_0 = { module = "com.google.android.material:material", version.ref = "google-material" }
smart-refresh-kernel = { module = "io.github.scwang90:refresh-layout-kernel", version.ref = "smart-refresh-layout" }
smart-refresh-material-header = { module = "io.github.scwang90:refresh-header-material", version.ref = "smart-refresh-layout" }
smart-refresh-classics-footer = { module = "io.github.scwang90:refresh-footer-classics", version.ref = "smart-refresh-layout" }
flyco-tabLayout = { module = "io.github.h07000223:flycoTabLayout", version.ref = "flyco-tabLayout" }
commons-codec = { module = "commons-codec:commons-codec", version.ref = "commons-codec" }
okhttp3-okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp3-okhttp" }
com-akexorcist-progress-bar = { group = "com.akexorcist", name = "round-corner-progress-bar", version.ref = "progress-bar" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
googleServices = { id = "com.google.gms.google-services", version.ref = "google-services" }
firebaseCrashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebase-crashlytics" }
[bundles]