fix linkhandling in description

bla
This commit is contained in:
Christian Schabesberger 2018-08-17 17:03:26 +02:00
parent 0f517b803b
commit badd4d3207
1 changed files with 2 additions and 1 deletions

View File

@ -49,12 +49,13 @@ ext {
icepickLibVersion = '3.2.0'
stethoLibVersion = '1.5.0'
}
dependencies {
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2') {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:aeb813840d6'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:c4e16c7337'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.8.9'