Skip to content

Commit

Permalink
Add fixed TeamNewPipe/NewPipeExtractor from dev branch and bump versi…
Browse files Browse the repository at this point in the history
…on (#27)

* Add fixed TeamNewPipe/NewPipeExtractor from dev branch and bump version

* versionCode needs to increased, too
  • Loading branch information
valdas authored Aug 26, 2022
1 parent b5ddc82 commit c0c34d1
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 989
versionName "0.22.1"
versionCode 990
versionName "0.22.2"

multiDexEnabled true

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

implementation 'com.github.TeamNewPipe:NewPipeExtractor:76aad92fa54524f20c3338ab568c9cd6b50c9d33'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:6a858368c86bc9a55abee586eb6c733e86c26b97'

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

0 comments on commit c0c34d1

Please sign in to comment.