Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Created November 24, 2017 10:56
Show Gist options
  • Save Elvis10ten/b9d58e2c64ee6116c6e6101ea4f78f77 to your computer and use it in GitHub Desktop.
Save Elvis10ten/b9d58e2c64ee6116c6e6101ea4f78f77 to your computer and use it in GitHub Desktop.
// Define library versions in a single place
ext {
compileSdkVersion = 26
minSdkVersion = 16
targetSdkVersion = 26
supportLibraryVersion = '27.0.1'
constraintLayoutVersion = '1.0.2'
gsonVersion = '2.8.2'
glideVersion = '3.6.1'
spinKitVersion = '1.1.0'
junitVersion = '4.12'
mockitoVersion = '1.10.19'
espressoVersion = '3.0.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment