Version bump

develop
Nelson R. Perez 2017-09-28 22:58:24 -05:00
parent f643edf36e
commit f279c5526b
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 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true # org.gradle.parallel=true
VERSION_NAME=0.4.3-SNAPSHOT VERSION_NAME=0.4.4
VERSION_CODE=5 VERSION_CODE=6
GROUP=com.github.bilthon GROUP=com.github.bilthon
POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain. POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain.

View File

@ -1,5 +1,5 @@
group 'de.bitsharesmunich' group 'de.bitsharesmunich'
version '0.4.3-SNAPSHOT' version '0.4.4'
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply from: 'maven-push.gradle' apply from: 'maven-push.gradle'
@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 9 minSdkVersion 9
targetSdkVersion 24 targetSdkVersion 24
versionCode 5 versionCode 6
versionName "0.4.3" versionName "0.4.4"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }