From e515252bb9180dee1d32a10c5ed24c5cc4be4808 Mon Sep 17 00:00:00 2001 From: thigg Date: Sat, 29 Mar 2025 19:10:01 +0100 Subject: [PATCH] removed obsolete proguard rules --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 71a4a421e..1fc1c37c4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ If you're using Gradle, you could add NewPipe Extractor as a dependency with the 3. If you are using tools to minimize your project, make sure to keep the files below, by e.g. adding the following lines to your proguard file: ``` ## Rules for NewPipeExtractor --keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; } -keep class org.mozilla.javascript.** { *; } -keep class org.mozilla.classfile.ClassFileWriter -dontwarn org.mozilla.javascript.tools.**