mirror of
				https://gitlab.com/foxixus/neomovies_mobile.git
				synced 2025-10-29 10:38:49 +05:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			338 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			338 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
| ![factory-droid[bot]](/assets/img/avatar_default.png)  | # 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 { *; } |