Selaa lähdekoodia

修改proguard配置

zhanglong7 5 vuotta sitten
vanhempi
commit
7981954a98
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4 2
      show-client/proguard-project.txt

+ 4 - 2
show-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