Skip to content

Instantly share code, notes, and snippets.

@zawadz88
Created September 10, 2018 20:58
Show Gist options
  • Save zawadz88/1bdcd2d1b812ed35bb03827706cc4514 to your computer and use it in GitHub Desktop.
Save zawadz88/1bdcd2d1b812ed35bb03827706cc4514 to your computer and use it in GitHub Desktop.
Main build.gradle after changes
apply plugin: 'com.android.application'
apply from: "${rootProject.projectDir}/flavors.gradle"
android {
// other config...
with flavorConfig
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment