mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
merge master back into dev
This commit is contained in:
commit
209c1f8bc2
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 760
|
versionCode 770
|
||||||
versionName "0.17.1"
|
versionName "0.17.2"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
@ -56,9 +56,8 @@ dependencies {
|
|||||||
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
|
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
})
|
})
|
||||||
|
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:bfa6b4d14bf'
|
|
||||||
|
|
||||||
|
implementation 'com.github.teamnewpipe:NewPipeExtractor:ec3554a2ea6aa20'
|
||||||
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'
|
||||||
|
|
||||||
|
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