Skip to content

Instantly share code, notes, and snippets.

@m4kvn
Last active February 25, 2019 08:04
Show Gist options
  • Select an option

  • Save m4kvn/2172cd7433016adbab382268bdf528c5 to your computer and use it in GitHub Desktop.

Select an option

Save m4kvn/2172cd7433016adbab382268bdf528c5 to your computer and use it in GitHub Desktop.
fun BaseExtension.common() {
compileSdkVersion(Versions.compileSdk)
buildToolsVersion = Versions.buildTools
defaultConfig {
minSdkVersion(Versions.minSdk)
targetSdkVersion(Versions.targetSdk)
multiDexEnabled = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment