removed obsolete proguard rules

pull/1288/head
thigg 2025-03-29 19:10:01 +01:00 zatwierdzone przez GitHub
rodzic 18572da79d
commit e515252bb9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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.**