Update SNET extension dialog interface

This commit is contained in:
topjohnwu
2018-07-28 14:56:14 +08:00
parent 546c7cebd3
commit 3fdeb40ddf
9 changed files with 204 additions and 81 deletions

View File

@@ -22,6 +22,6 @@ android {
}
dependencies {
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.gms:play-services-safetynet:7.0.0' /* The oldest version */
}