Merge branch 'develop' of github.com:Agorise/graphenej into develop

develop
Nelson R. Perez 2018-11-01 16:54:30 -05:00
commit 7a19220c51
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