mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			700 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			700 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -dontusemixedcaseclassnames
 | |
| -ignorewarnings
 | |
| -verbose
 | |
| 
 | |
| -keepattributes *Annotation*
 | |
| 
 | |
| -keepclasseswithmembernames,includedescriptorclasses class * {
 | |
|     native <methods>;
 | |
| }
 | |
| 
 | |
| -keepclassmembers enum * {
 | |
|     public static **[] values();
 | |
|     public static ** valueOf(java.lang.String);
 | |
| }
 | |
| 
 | |
| -keepclassmembers class * implements android.os.Parcelable {
 | |
|     public static final ** CREATOR;
 | |
| }
 | |
| 
 | |
| -keep class androidx.annotation.Keep
 | |
| 
 | |
| -keep @androidx.annotation.Keep class * {*;}
 | |
| 
 | |
| -keepclasseswithmembers class * {
 | |
|     @androidx.annotation.Keep <methods>;
 | |
| }
 | |
| 
 | |
| -keepclasseswithmembers class * {
 | |
|     @androidx.annotation.Keep <fields>;
 | |
| }
 | |
| 
 | |
| -keepclasseswithmembers class * {
 | |
|     @androidx.annotation.Keep <init>(...);
 | |
| } |