mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Added Fetch library in our project for downloading the ZIM files.
This commit is contained in:
parent
4b8fe6df69
commit
e3396901c6
@ -357,4 +357,6 @@ object Libs {
|
||||
* https://github.com/slackhq/keeper
|
||||
*/
|
||||
const val keeper = "com.slack.keeper:keeper:" + Versions.keeper
|
||||
|
||||
const val fetch: String = "com.github.tonyofrancis.Fetch:fetch2:" + Versions.fetch
|
||||
}
|
||||
|
@ -109,6 +109,8 @@ object Versions {
|
||||
const val zxing = "3.5.3"
|
||||
|
||||
const val keeper = "0.16.1"
|
||||
|
||||
const val fetch: String = "3.3.0"
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -227,6 +227,7 @@ class AllProjectConfigurer {
|
||||
implementation(Libs.roomRxjava2)
|
||||
kapt(Libs.roomCompiler)
|
||||
implementation(Libs.tracing)
|
||||
implementation(Libs.fetch)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user