Adjusting minSdkVersion

master
Nelson R. Perez 2017-03-23 21:07:59 -05:00
parent 425cb663b1
commit be494a81ee
2 changed files with 5 additions and 5 deletions

View File

@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=0.4.0
VERSION_CODE=1
VERSION_NAME=0.4.1
VERSION_CODE=3
GROUP=com.github.kenCode-de
POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain.

View File

@ -19,10 +19,10 @@ android {
buildToolsVersion "25.0.0"
defaultConfig {
minSdkVersion 17
minSdkVersion 3
targetSdkVersion 24
versionCode 1
versionName "0.4.0"
versionCode 3
versionName "0.4.1"
vectorDrawables.useSupportLibrary = true
}