Merge master into dev

This commit is contained in:
TobiGr 2021-02-14 21:50:38 +01:00
commit 25aaf4e48b
11 changed files with 12 additions and 11 deletions

View file

@ -13,8 +13,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdkVersion 19
targetSdkVersion 29
versionCode 962
versionName "0.20.8"
versionCode 963
versionName "0.20.9"
multiDexEnabled true
@ -180,7 +180,7 @@ dependencies {
// NewPipe dependencies
// You can use a local version by uncommenting a few lines in settings.gradle
implementation 'com.github.TeamNewPipe:NewPipeExtractor:1414a6f178cf8f2ff1024df80fa00d8f2c85f5f4'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:d116680ea365e1c0768c131279b1d6ea90208742'
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
implementation "org.jsoup:jsoup:1.13.1"