Skip to content

Instantly share code, notes, and snippets.

@NaCI
Created November 13, 2020 12:21
Show Gist options
  • Save NaCI/a488df520a949f3801369c7d3607e73d to your computer and use it in GitHub Desktop.
Save NaCI/a488df520a949f3801369c7d3607e73d to your computer and use it in GitHub Desktop.
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