updated extractor, fixed settings padding

pull/1650/head
Ritvik Saraf 2019-02-20 05:24:33 +05:30
rodzic df6bae4712
commit 841124b1f3
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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