Merge branch 'dev' into 1907renamePlaylist
This commit is contained in:
commit
b430a23df1
2 changed files with 4 additions and 3 deletions
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 810
|
versionCode 820
|
||||||
versionName "0.18.1"
|
versionName "0.18.2"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
@ -62,7 +62,7 @@ dependencies {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
})
|
})
|
||||||
|
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:2ee558fb'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:ff61e284'
|
||||||
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'
|
||||||
|
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/820.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/820.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fixed decrypt function name regex making YouTube unusable.
|
Loading…
Reference in a new issue