Skip to content

Instantly share code, notes, and snippets.

@pranaypatel512
Created November 3, 2018 15:10
Show Gist options
  • Save pranaypatel512/0788b3347e6605206fc088111a4a19f8 to your computer and use it in GitHub Desktop.
Save pranaypatel512/0788b3347e6605206fc088111a4a19f8 to your computer and use it in GitHub Desktop.
access ext in build.gradle
def config = rootProject.extensions.getByName("ext") // Create variable to access "ext"
android {
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment