Quellcode durchsuchen

修改proguard配置

zhanglong7 vor 5 Jahren
Ursprung
Commit
b9d1e6f325
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 4 2
      display-client/proguard-project.txt

+ 4 - 2
display-client/proguard-project.txt

1
-keeppackagenames
1
-keeppackagenames !com.ai.ipu.mobile.safe,!com.ai.ipu.basic.cipher
2
-keepattributes Exceptions
2
-keepattributes Exceptions
3
-keepattributes Signature
3
-keepattributes Signature
4
-keepattributes InnerClasses
4
-keepattributes InnerClasses
16
	public protected *;
16
	public protected *;
17
}
17
}
18

18

19
-keep public class com.** {
19
-keep class org.keplerproject.luajava.*{*;}
20

21
-keep public class !com.ai.ipu.mobile.safe.**,!com.ai.ipu.basic.cipher.**,com.** {
20
	public protected *;
22
	public protected *;
21
}
23
}
22

24