Merge branch 'develop' of github.com:Agorise/graphenej into develop
This commit is contained in:
commit
7a19220c51
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue