Created
November 13, 2020 12:21
-
-
Save NaCI/a488df520a949f3801369c7d3607e73d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Hms")) { | |
apply plugin: 'com.huawei.agconnect' | |
} else { | |
apply plugin: 'com.google.gms.google-services' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment