Skip to content

Commit ef4918b

Browse files
Fix YouTube ios client error
1 parent 3544175 commit ef4918b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
resValue "string", "app_name", "NewPipe"
2323
minSdk 21
2424
targetSdk 33
25-
versionCode 999
26-
versionName "0.27.3"
25+
versionCode 1000
26+
versionName "0.27.3.1"
2727

2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929

@@ -203,7 +203,7 @@ dependencies {
203203
// name and the commit hash with the commit hash of the (pushed) commit you want to test
204204
// This works thanks to JitPack: https://jitpack.io/
205205
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
206-
implementation 'com.github.ShareASmile:NewPipeExtractor:fc9ba4dd58f685'
206+
implementation 'com.github.whistlingwoods:NewPipeExtractor:06bf3c29932316327236a3a76daaf2685ee6d785'
207207
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
208208

209209
/** Checkstyle **/

0 commit comments

Comments
 (0)