mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-28 03:58:50 +05:00
13 lines
338 B
Prolog
13 lines
338 B
Prolog
|
|
# Consumer ProGuard rules for torrentengine library
|
||
|
|
|
||
|
|
# Keep LibTorrent4j
|
||
|
|
-keep class org.libtorrent4j.** { *; }
|
||
|
|
|
||
|
|
# Keep public API
|
||
|
|
-keep public class com.neomovies.torrentengine.TorrentEngine {
|
||
|
|
public *;
|
||
|
|
}
|
||
|
|
|
||
|
|
-keep class com.neomovies.torrentengine.models.** { *; }
|
||
|
|
-keep class com.neomovies.torrentengine.service.TorrentService { *; }
|