From fcdfe7d939cbf77af50de42d425c67871429d1ec Mon Sep 17 00:00:00 2001 From: Isira Seneviratne Date: Sun, 18 Oct 2020 12:49:19 +0530 Subject: [PATCH] Update README.md. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36e2f7b5..11e616f3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ If you're using Gradle, you could add NewPipe Extractor as a dependency with the 1. Add `maven { url 'https://jitpack.io' }` to the `repositories` in your `build.gradle`. 2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.1'`the `dependencies` in your `build.gradle`. Replace `v0.20.1` 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. + ### Testing changes To test changes quickly you can build the library locally. A good approach would be to add something like the following to your `settings.gradle`: