Skip to content

Commit afbf369

Browse files
committed
Merge branch 'master' into dev
2 parents 26c535d + 2829851 commit afbf369

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
resValue "string", "app_name", "NewPipe"
1818
minSdkVersion 19
1919
targetSdkVersion 29
20-
versionCode 968
21-
versionName "0.21.2"
20+
versionCode 969
21+
versionName "0.21.3"
2222

2323
multiDexEnabled true
2424

@@ -183,7 +183,7 @@ dependencies {
183183
/** NewPipe libraries **/
184184
// You can use a local version by uncommenting a few lines in settings.gradle
185185
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
186-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:ff005122bf9b45f2da7c14e65652368931715f2d'
186+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.3'
187187

188188
/** Checkstyle **/
189189
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"

0 commit comments

Comments
 (0)