Skip to content

Commit

Permalink
update extractor to v0.22.5.3 & bump version to v0.19.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile committed Aug 21, 2023
1 parent 6a2a814 commit 3cbea5e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
minSdkVersion 16
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 108
versionName "0.19.9.2"
versionCode 109
versionName "0.19.9.3"

multiDexEnabled true

Expand Down Expand Up @@ -177,8 +177,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:v0.22.5.1'
implementation 'com.github.ShareASmile:NewPipeExtractor:5c87088b7b'
implementation 'com.github.ShareASmile:NewPipeExtractor:v0.22.5.3'

implementation "org.jsoup:jsoup:1.13.1"

Expand Down

0 comments on commit 3cbea5e

Please sign in to comment.