Version bump

develop
Nelson R. Perez 2018-02-15 23:25:36 -05:00
parent 2da04adfea
commit dd87ea1df8
3 changed files with 6 additions and 6 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.6 VERSION_NAME=0.4.7-alpha1
VERSION_CODE=9 VERSION_CODE=10
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

@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 9 minSdkVersion 9
targetSdkVersion 24 targetSdkVersion 24
versionCode 9 versionCode 10
versionName "0.4.6" versionName "0.4.7-alpha1"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cy.agorise.graphenej" package="cy.agorise.graphenej"
android:versionCode="9" android:versionCode="10"
android:versionName="0.4.6" > android:versionName="0.4.7-alpha1" >
<uses-sdk android:minSdkVersion="1" /> <uses-sdk android:minSdkVersion="1" />
<application/> <application/>
</manifest> </manifest>