Version bump
This commit is contained in:
parent
2da04adfea
commit
dd87ea1df8
3 changed files with 6 additions and 6 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.6
|
||||
VERSION_CODE=9
|
||||
VERSION_NAME=0.4.7-alpha1
|
||||
VERSION_CODE=10
|
||||
GROUP=com.github.bilthon
|
||||
|
||||
POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain.
|
||||
|
|
|
@ -21,8 +21,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 24
|
||||
versionCode 9
|
||||
versionName "0.4.6"
|
||||
versionCode 10
|
||||
versionName "0.4.7-alpha1"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="cy.agorise.graphenej"
|
||||
android:versionCode="9"
|
||||
android:versionName="0.4.6" >
|
||||
android:versionCode="10"
|
||||
android:versionName="0.4.7-alpha1" >
|
||||
<uses-sdk android:minSdkVersion="1" />
|
||||
<application/>
|
||||
</manifest>
|
Loading…
Reference in a new issue