Skip to content

Commit fcdfe7d

Browse files
Update README.md.
1 parent 4f04cfc commit fcdfe7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ If you're using Gradle, you could add NewPipe Extractor as a dependency with the
1313
1. Add `maven { url 'https://jitpack.io' }` to the `repositories` in your `build.gradle`.
1414
2. Add `implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.20.1'`the `dependencies` in your `build.gradle`. Replace `v0.20.1` with the latest release.
1515

16+
**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.
17+
1618
### Testing changes
1719

1820
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`:

0 commit comments

Comments
 (0)