Skip to content

Instantly share code, notes, and snippets.

@dobrowins
Last active May 1, 2021 19:37
Show Gist options
  • Save dobrowins/264171176f335c22e7dbb66695d13c1b to your computer and use it in GitHub Desktop.
Save dobrowins/264171176f335c22e7dbb66695d13c1b to your computer and use it in GitHub Desktop.
ext {
config = [
'compileSdkVersion' : 30,
'minSdkVersion' : 23,
'targetSdkVersion' : 28,
'versionCode' : 1,
'versionName' : "1.0",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment