Skip to content
Snippets Groups Projects
Commit 9ff61322 authored by cyberta's avatar cyberta
Browse files

update buildToolsVersion and targetSdkVersion

parent 1d49319f
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,11 @@ def getVersionName = { -> ...@@ -12,11 +12,11 @@ def getVersionName = { ->
android { android {
compileSdkVersion 30 compileSdkVersion 30
buildToolsVersion '28.0.3' buildToolsVersion '30.0.3'
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 30
versionCode 41500 versionCode 41500
versionName getVersionName() versionName getVersionName()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment