Skip to content

Instantly share code, notes, and snippets.

@carlosgub
Created September 20, 2019 03:44
Show Gist options
  • Save carlosgub/7f64a1376fdd9f493f2e65fde3017530 to your computer and use it in GitHub Desktop.
Save carlosgub/7f64a1376fdd9f493f2e65fde3017530 to your computer and use it in GitHub Desktop.
object Build {
object Versions {
const val buildToolsVersion = "3.4.2"
const val googleServicesVersion = "4.2.0"
}
const val androidGradlePlugin = "com.android.tools.build:gradle:${Versions.buildToolsVersion}"
const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
const val googleServicesPlugin =
"com.google.gms:google-services:${Versions.googleServicesVersion}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment