Skip to content

Commit 25d5551

Browse files
authored
Merge pull request #4675 from B0pol/hotfix
Release 0.20.2 (956)
2 parents 175652f + f529d15 commit 25d5551

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
resValue "string", "app_name", "NewPipe"
1414
minSdkVersion 19
1515
targetSdkVersion 29
16-
versionCode 955
17-
versionName "0.20.1"
16+
versionCode 956
17+
versionName "0.20.2"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables.useSupportLibrary = true
@@ -164,7 +164,7 @@ dependencies {
164164
exclude module: 'support-annotations'
165165
}
166166

167-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:350eed6214b93255d788dfa208b1e9a5e5da91e6'
167+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:19c0e8700db3af35e5dfc58e4eea50e75d7c4c61'
168168

169169
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
170170
implementation "org.jsoup:jsoup:1.13.1"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[YouTube] Fixed crash when loading any video

0 commit comments

Comments
 (0)