Created
May 17, 2019 03:19
-
-
Save cdsap/d71ecc845e592f46eaa285c3bec9588f to your computer and use it in GitHub Desktop.
cofigure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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