Version bump
This commit is contained in:
parent
f643edf36e
commit
f279c5526b
2 changed files with 5 additions and 5 deletions
|
@ -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.3-SNAPSHOT
|
||||
VERSION_CODE=5
|
||||
VERSION_NAME=0.4.4
|
||||
VERSION_CODE=6
|
||||
GROUP=com.github.bilthon
|
||||
|
||||
POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
group 'de.bitsharesmunich'
|
||||
version '0.4.3-SNAPSHOT'
|
||||
version '0.4.4'
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
apply from: 'maven-push.gradle'
|
||||
|
@ -21,8 +21,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 24
|
||||
versionCode 5
|
||||
versionName "0.4.3"
|
||||
versionCode 6
|
||||
versionName "0.4.4"
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue