Skip to content

Instantly share code, notes, and snippets.

@worstkiller
Created August 23, 2020 10:26
Show Gist options
  • Save worstkiller/cb6a69fbc2451d8764a02a1c9bc598e4 to your computer and use it in GitHub Desktop.
Save worstkiller/cb6a69fbc2451d8764a02a1c9bc598e4 to your computer and use it in GitHub Desktop.
//version constants for the Kotlin DSL dependencies
object Versions {
//app level
const val gradle = "4.0.1"
const val kotlin = "1.4.0"
//libs
val coreKtx = "1.2.0"
val appcompat = "1.3.0-alpha01"
val constraintLayout = "2.0.0-beta8"
//test
val junit = "4.12"
val extJunit = "1.1.1"
val espresso = "3.2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment