Skip to content

Commit 69fc384

Browse files
committed
build: keep proto-generated files
Fixes, an issue, where the proto-generated files where removed by proguard, leading to an error. Ref: TeamNewPipe/NewPipeExtractor#1104
1 parent 22a709d commit 69fc384

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
## Rules for NewPipeExtractor
77
-keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; }
8+
-keep class org.schabi.newpipe.extractor.services.youtube.protos.** { *; }
89
## Rules for Rhino and Rhino Engine
910
-keep class org.mozilla.javascript.* { *; }
1011
-keep class org.mozilla.javascript.** { *; }

0 commit comments

Comments
 (0)