Keep the methods in SN check interface
For some reason, Proguard optimization will remove the method
This commit is contained in:
parent
50b73a6720
commit
1552f32e09
@ -12,7 +12,10 @@ public interface ISafetyNetHelper {
|
||||
int BASIC_PASS = 0x10;
|
||||
int CTS_PASS = 0x20;
|
||||
|
||||
@Keep
|
||||
void attest();
|
||||
|
||||
@Keep
|
||||
int getVersion();
|
||||
|
||||
interface Callback {
|
||||
|
Loading…
Reference in New Issue
Block a user