Update targetSdkVersion and compileSdkVersion.
This commit is contained in:
parent
d66c8f0ff8
commit
0b1caeb372
1 changed files with 2 additions and 3 deletions
|
@ -5,12 +5,11 @@ apply plugin: 'com.android.library'
|
|||
//apply from: 'maven-push.gradle'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '28.0.3'
|
||||
compileSdkVersion 28
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 24
|
||||
targetSdkVersion 28
|
||||
versionCode 12
|
||||
versionName "0.4.7-alpha3"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
|
Loading…
Reference in a new issue