mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Removing swipe refresh layout implementation
This commit is contained in:
parent
c0a102a99c
commit
cadf1265a8
@ -15,12 +15,6 @@ object Libs {
|
|||||||
const val select_folder_document_file =
|
const val select_folder_document_file =
|
||||||
"androidx.documentfile:documentfile:" + Versions.document_file_version
|
"androidx.documentfile:documentfile:" + Versions.document_file_version
|
||||||
|
|
||||||
/**
|
|
||||||
* https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout#kts
|
|
||||||
*/
|
|
||||||
const val swipe_refresh_layout =
|
|
||||||
"androidx.swiperefreshlayout:swiperefreshlayout:" + Versions.swipe_refresh_layout_version
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://github.com/Kotlin/kotlinx.coroutines
|
* https://github.com/Kotlin/kotlinx.coroutines
|
||||||
*/
|
*/
|
||||||
|
@ -12,8 +12,6 @@ import org.gradle.plugin.use.PluginDependencySpec
|
|||||||
*/
|
*/
|
||||||
object Versions {
|
object Versions {
|
||||||
|
|
||||||
const val swipe_refresh_layout_version: String = "1.1.0"
|
|
||||||
|
|
||||||
const val document_file_version: String = "1.0.1"
|
const val document_file_version: String = "1.0.1"
|
||||||
|
|
||||||
const val org_jetbrains_kotlinx_kotlinx_coroutines: String = "1.4.1"
|
const val org_jetbrains_kotlinx_kotlinx_coroutines: String = "1.4.1"
|
||||||
|
@ -187,7 +187,6 @@ class AllProjectConfigurer {
|
|||||||
implementation(Libs.fetch)
|
implementation(Libs.fetch)
|
||||||
implementation(Libs.rxandroid)
|
implementation(Libs.rxandroid)
|
||||||
implementation(Libs.rxjava)
|
implementation(Libs.rxjava)
|
||||||
implementation(Libs.swipe_refresh_layout)
|
|
||||||
implementation(Libs.preference_ktx)
|
implementation(Libs.preference_ktx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user