Skip to content

Instantly share code, notes, and snippets.

@pranaypatel512
Last active November 3, 2018 11:50
Show Gist options
  • Save pranaypatel512/7519b9d6ec99aa91b58ec7e7e25bf220 to your computer and use it in GitHub Desktop.
Save pranaypatel512/7519b9d6ec99aa91b58ec7e7e25bf220 to your computer and use it in GitHub Desktop.
Gradle dependencies version
ext {
compileSdkVersion = 28
targetSdkVersion = 28
minSdkVersion = 19
supportLibVer = '28.0.0'
constraintLayoutVer = '1.1.2'
jUnitVer = '4.12'
testRunnerVer = '1.0.2'
espressoCoreVer = '3.0.2'
firebaseVer = '16.0.4'
circleImageViewVer = '2.2.0'
xwrayGroupieVer = '2.1.0'
picassoVer = '2.71828'
wangAviVer = '2.1.3'
glideVer = '4.8.0'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment