Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created May 17, 2019 03:19
Show Gist options
  • Save cdsap/d71ecc845e592f46eaa285c3bec9588f to your computer and use it in GitHub Desktop.
Save cdsap/d71ecc845e592f46eaa285c3bec9588f to your computer and use it in GitHub Desktop.
cofigure
fun LibraryExtension.configure() {
setCompileSdkVersion(28)
defaultConfig {
minSdkVersion(21)
targetSdkVersion(28)
versionCode = 1
versionName = "1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment