From 6d487e0dad9988cd97f08f6eab7efc91a9e0ef19 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Sun, 22 Aug 2021 19:29:22 +0200 Subject: [PATCH] Bump version to 0.21.9 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66bbb7c02..1312b1f28 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.8'`the `dependencies` in your `build.gradle`. Replace `v0.21.8` with the latest release. +2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.9'`the `dependencies` in your `build.gradle`. Replace `v0.21.9` 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 17f69564c..6fb2c1066 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ allprojects { sourceCompatibility = 1.8 targetCompatibility = 1.8 - version 'v0.21.8' + version 'v0.21.9' group 'com.github.TeamNewPipe' repositories {