Merge branch 'master' into dev

This commit is contained in:
TobiGr 2022-02-19 10:56:19 +01:00
commit 4d72d590e4
123 changed files with 871 additions and 265 deletions

View file

@ -16,8 +16,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdk 19
targetSdk 29
versionCode 982
versionName "0.21.16"
versionCode 983
versionName "0.22.0"
multiDexEnabled true
@ -189,7 +189,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.TeamNewPipe:NewPipeExtractor:65129e6'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.14'
/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"