Skip to content

Instantly share code, notes, and snippets.

@rantianhua
Last active November 8, 2019 08:57
Show Gist options
  • Save rantianhua/025198c7f064af1e2d7e4a7aa9ffaa45 to your computer and use it in GitHub Desktop.
Save rantianhua/025198c7f064af1e2d7e4a7aa9ffaa45 to your computer and use it in GitHub Desktop.
Show how to switch FileDownloader to OKDownload seamlessly.
dependencies {
// implementation "com.liulishuo.filedownloader:library:1.7.7"
implementation "com.liulishuo.okdownload:okdownload:1.0.7-SNAPSHOT"
implementation "com.liulishuo.okdownload:filedownloader:1.0.7-SNAPSHOT"
implementation "com.liulishuo.okdownload:sqlite:1.0.7-SNAPSHOT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment