Version 0.4.6-alpha4

develop
Nelson R. Perez 2017-11-27 22:55:15 -05:00
parent ef98d99b1f
commit de11203ef8
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=0.4.6-alpha3
VERSION_NAME=0.4.6-alpha4
VERSION_CODE=8
GROUP=com.github.bilthon

View File

@ -1,5 +1,5 @@
group 'cy.agorise'
version '0.4.6-alpha3'
version '0.4.6-alpha4'
apply plugin: 'com.android.library'
apply from: 'maven-push.gradle'
@ -22,7 +22,7 @@ android {
minSdkVersion 9
targetSdkVersion 24
versionCode 8
versionName "0.4.6-alpha3"
versionName "0.4.6-alpha4"
vectorDrawables.useSupportLibrary = true
}

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cy.agorise.graphenej"
android:versionCode="8"
android:versionName="0.4.6-alpha3" >
android:versionName="0.4.6-alpha4" >
<uses-sdk android:minSdkVersion="1" />
<application/>