Add Android 7 broken SSL workaround

This commit is contained in:
NerdNumber9
2019-08-07 15:47:43 -04:00
parent 333dfbc642
commit c4c988f7a4
2 changed files with 30 additions and 1 deletions

View File

@@ -176,6 +176,9 @@ dependencies {
// DO NOT UPGRADE TO 17.0, IT REQUIRES ANDROIDX
implementation 'com.google.android.gms:play-services-gcm:15.0.1'
// [EXH] Android 7 SSL Workaround
implementation 'com.google.android.gms:play-services-safetynet:15.0.1'
// Changelog
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'