Skip to content

Instantly share code, notes, and snippets.

@BartoszJarocki
Created May 13, 2017 15:37
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 BartoszJarocki/ea8b3979e096471d0bb097a588c515fa to your computer and use it in GitHub Desktop.
Save BartoszJarocki/ea8b3979e096471d0bb097a588c515fa to your computer and use it in GitHub Desktop.
buildscript {...}
allprojects {...}
// This block encapsulates custom properties and makes them available to all
// modules in the project.
ext {
// The following are only a few examples of the types of properties you can define.
compileSdkVersion = 25
buildToolsVersion = "25.0.0"
// You can also create properties to specify versions for dependencies.
// Having consistent versions between modules can avoid conflicts with behavior.
supportLibraryVersion = "25.1.1"
...
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment