diff --git a/README.md b/README.md index 25f496599..a25452c9a 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.21.0'`the `dependencies` in your `build.gradle`. Replace `v0.21.0` with the latest release. +2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.2'`the `dependencies` in your `build.gradle`. Replace `v0.21.2` 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 87a533555..8bb287a9d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ allprojects { sourceCompatibility = 1.8 targetCompatibility = 1.8 - version 'v0.21.0' + version 'v0.21.2' group 'com.github.TeamNewPipe' repositories {