From b2837698f55296e00aeca5cb1847755dd1174af4 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Fri, 25 Dec 2020 18:55:06 +0100 Subject: [PATCH] Release 0.20.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642cdf8c1..e017fc0cb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ NewPipe Extractor is available at JitPack's Maven repo. If you're using Gradle, you could add NewPipe Extractor as a dependency with the following steps: 1. Add `maven { url 'https://jitpack.io' }` to the `repositories` in your `build.gradle`. -2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.6'`the `dependencies` in your `build.gradle`. Replace `v0.20.6` with the latest release. +2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.7'`the `dependencies` in your `build.gradle`. Replace `v0.20.7` with the latest release. **Note:** To use NewPipe Extractor in projects with a `minSdkVersion` below 26, [API desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) is required.