Add Superuser management UI

This commit is contained in:
topjohnwu
2017-01-26 01:13:23 +08:00
parent 3681177be4
commit 67c9e2ead6
16 changed files with 515 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ dependencies {
compile 'com.madgag.spongycastle:prov:1.54.0.0'
compile 'com.madgag.spongycastle:pkix:1.54.0.0'
compile 'com.madgag.spongycastle:pg:1.54.0.0'
compile 'com.google.android.gms:play-services-safetynet:10.0.1'
compile 'com.google.android.gms:play-services-safetynet:9.0.1'
compile 'com.android.support:support-v4:25.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
}