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'
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