Add DataFetcher class

This commit is contained in:
2019-09-11 22:15:37 +02:00
committed by Matte23
parent b994e3e7f0
commit c0e69e658a
5 changed files with 72 additions and 0 deletions

View File

@@ -45,4 +45,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'org.jsoup:jsoup:1.12.1'
}