Skip to content

Commit

Permalink
prepare release v0.19.9.4
Browse files Browse the repository at this point in the history
update extractor to fix YouTube HTTP 403 ERROR
  • Loading branch information
ShareASmile committed Aug 15, 2023
1 parent d040ce4 commit bfcd691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
minSdkVersion 19
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 977
versionName "0.19.9.3"
versionCode 978
versionName "0.19.9.4"

multiDexEnabled true

Expand Down Expand Up @@ -55,8 +55,8 @@ android {
shrinkResources true // could be disabled to fix F-Droid's reproducible build
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
archivesBaseName = 'app'
applicationIdSuffix ".Zing"
resValue "string", "app_name", "NewPipe " + "Zing"
applicationIdSuffix ".Core"
resValue "string", "app_name", "NewPipe " + "Core"
}
}

Expand Down Expand Up @@ -162,7 +162,7 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.ShareASmile:NewPipeExtractor:a8699bab5a'
implementation 'com.github.ShareASmile:NewPipeExtractor:v0.22.5.4'

/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
Expand Down

0 comments on commit bfcd691

Please sign in to comment.