1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2025-07-04 22:16:26 +00:00

Delegated downloading of external files to Fuel. This hopefully fixes #71.

This commit is contained in:
2017-12-17 13:56:28 +01:00
parent 8f1a9d391c
commit 004b650762
2 changed files with 11 additions and 2 deletions

View File

@ -8,6 +8,7 @@ repositories {
maven {
url "https://jitpack.io"
}
jcenter()
}
buildscript {
@ -38,6 +39,7 @@ dependencies {
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'ch.qos.logback:logback-classic:1.1.7'
compile 'com.google.code.gson:gson:2.5'
compile 'com.github.kittinunf.fuel:fuel:1.12.0'
testCompile 'junit:junit:4.12'
}