Version 0.4.6-alpha5
This commit is contained in:
parent
2520099762
commit
50bd0aa05c
3 changed files with 4 additions and 4 deletions
|
@ -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-alpha4
|
||||
VERSION_NAME=0.4.6-alpha5
|
||||
VERSION_CODE=8
|
||||
GROUP=com.github.bilthon
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
group 'cy.agorise'
|
||||
version '0.4.6-alpha4'
|
||||
version '0.4.6-alpha5'
|
||||
|
||||
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-alpha4"
|
||||
versionName "0.4.6-alpha5"
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
|
|
@ -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-alpha4" >
|
||||
android:versionName="0.4.6-alpha5" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="1" />
|
||||
<application/>
|
||||
|
|
Loading…
Reference in a new issue