From 175df679e05b24b6094570d719cc11f8dfc17c68 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Tue, 1 Dec 2020 08:18:29 +0100 Subject: [PATCH] Release 0.20.5 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbc5d9c1..076123d9 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.4'`the `dependencies` in your `build.gradle`. Replace `v0.20.4` with the latest release. +2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.5'`the `dependencies` in your `build.gradle`. Replace `v0.20.5` 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. diff --git a/build.gradle b/build.gradle index 2e2e6348..a9a217fb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ allprojects { sourceCompatibility = 1.8 targetCompatibility = 1.8 - version 'v0.20.4' + version 'v0.20.5' group 'com.github.TeamNewPipe' repositories {