Update targetSdkVersion and compileSdkVersion.

develop
Severiano Jaramillo 2018-10-31 09:45:24 -06:00
parent d66c8f0ff8
commit 0b1caeb372
1 changed files with 2 additions and 3 deletions

View File

@ -5,12 +5,11 @@ apply plugin: 'com.android.library'
//apply from: 'maven-push.gradle' //apply from: 'maven-push.gradle'
android { android {
compileSdkVersion 24 compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 24 targetSdkVersion 28
versionCode 12 versionCode 12
versionName "0.4.7-alpha3" versionName "0.4.7-alpha3"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true