Skip to content

Commit

Permalink
bump versions and extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Doboš authored and XiangRongLin committed Oct 31, 2022
1 parent c0c34d1 commit 5e17dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 990
versionName "0.22.2"
versionCode 991
versionName "0.22.3"

multiDexEnabled true

Expand Down Expand Up @@ -175,7 +175,7 @@ dependencies {
exclude module: 'support-annotations'
}

implementation 'com.github.TeamNewPipe:NewPipeExtractor:6a858368c86bc9a55abee586eb6c733e86c26b97'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:9ffdd0948b2ecd82655f5ff2a3e127b2b7695d5b'

implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
implementation "org.jsoup:jsoup:1.13.1"
Expand Down

0 comments on commit 5e17dcd

Please sign in to comment.