Last active
May 1, 2021 19:37
-
-
Save dobrowins/264171176f335c22e7dbb66695d13c1b to your computer and use it in GitHub Desktop.
This file contains 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
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