From be2846d907c48c66a1d4f70432dd66ce6182f651 Mon Sep 17 00:00:00 2001 From: Tobi Date: Thu, 2 Oct 2025 06:19:35 -0700 Subject: [PATCH] Highlight notes and tips --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fc1c37c4..9f20197ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ If you're using Gradle, you could add NewPipe Extractor as a dependency with the -dontwarn org.mozilla.javascript.tools.** ``` -**Note:** To use NewPipe Extractor in Android projects with a `minSdk` below 33, [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) with the `desugar_jdk_libs_nio` artifact is required. +> [!NOTE] +> To use NewPipe Extractor in Android projects with a `minSdk` below 33, [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) with the `desugar_jdk_libs_nio` artifact is required. ### Testing changes @@ -41,6 +42,8 @@ Another approach would be to use the local Maven repository, here's a gist of ho 3. Run gradle's `ìnstall` task to deploy this library to your local repository (using the wrapper, present in the root of this project: `./gradlew install`) 4. Change the dependency version used in your project to match the one you chose in step 2 (`implementation 'com.github.teamnewpipe:NewPipeExtractor:LOCAL_SNAPSHOT'`) + +> [!TIP] > Tip for Android Studio users: After you make changes and run the `install` task, use the menu option `File → "Sync with File System"` to refresh the library in your project. ## Supported sites