Skip to content

Instantly share code, notes, and snippets.

@pavan5208
Created June 21, 2021 16:33
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 pavan5208/955d99984902805f6c16cca9f92cf5e8 to your computer and use it in GitHub Desktop.
Save pavan5208/955d99984902805f6c16cca9f92cf5e8 to your computer and use it in GitHub Desktop.
object Versions {
const val gradlePlugin = "4.2.1"
const val kotlin = "1.5.0"
const val timber = "4.7.1"
const val appCompat = "1.3.0"
const val material = "1.3.0"
const val constraintLayout = "1.1.3"
const val jUnit = "4.12"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment