mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-17 01:30:32 +01:00
add fixed extractor and move on to version 0.17.2
This commit is contained in:
parent
7ba71e3b37
commit
7d0df7aa80
@ -8,8 +8,8 @@ android {
|
||||
applicationId "org.schabi.newpipe"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 760
|
||||
versionName "0.17.1"
|
||||
versionCode 770
|
||||
versionName "0.17.2"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@ -57,7 +57,7 @@ dependencies {
|
||||
exclude module: 'support-annotations'
|
||||
})
|
||||
|
||||
implementation 'com.github.teamnewpipe:NewPipeExtractor:cfc72d8dc9d'
|
||||
implementation 'com.github.teamnewpipe:NewPipeExtractor:ec3554a2ea6aa20'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:2.23.0'
|
||||
|
4
fastlane/metadata/android/en-US/changelogs/770.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/770.txt
Normal file
@ -0,0 +1,4 @@
|
||||
Changes in 0.17.2
|
||||
|
||||
Fix
|
||||
• Fix no video was available
|
Loading…
Reference in New Issue
Block a user