1
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-04 13:40:52 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
TobiGr
0df81409bf Update extractor and release 0.18.3 (830) 2020-02-10 22:32:10 +01:00
TobiGr
2152375227 Bump version to 0.18.2 [hotfix release] 2020-01-24 02:30:08 +01:00
TobiGr
10d57afaac Update extractor version 2020-01-24 02:29:21 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 810
versionName "0.18.1"
versionCode 830
versionName "0.18.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@@ -62,7 +62,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.TeamNewPipe:NewPipeExtractor:2ee558fb'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:33961b20'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'

View File

@@ -0,0 +1 @@
Fixed decrypt function name regex making YouTube unusable.

View File

@@ -0,0 +1 @@
Updated SoundCloud client_id to fix SoundCloud issues.