1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 06:33:21 +00:00

updated extractor, fixed settings padding

This commit is contained in:
Ritvik Saraf 2019-02-20 05:24:33 +05:30
parent df6bae4712
commit 841124b1f3
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.yausername:NewPipeExtractor:3dadf63'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:8de53111d9'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'

View File

@ -42,6 +42,7 @@
android:summary="@string/download_thumbnail_summary"/>
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:key="@string/show_comments_key"
android:title="@string/show_comments_title"