Skip to content

Instantly share code, notes, and snippets.

@iamcodder
Last active July 10, 2022 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamcodder/8ef5599050753a1cf204e75538142dfc to your computer and use it in GitHub Desktop.
Save iamcodder/8ef5599050753a1cf204e75538142dfc to your computer and use it in GitHub Desktop.
android{
android.productFlavors.each { flavor ->
if (getGradle().getStartParameter().getTaskRequests().toString().toLowerCase().contains("appgallery") ){
apply plugin: 'com.huawei.agconnect'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment