v0.4.6-alpha1
This commit is contained in:
parent
70b251a665
commit
c2287f5410
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
group 'cy.agorise'
|
||||
version '0.4.5'
|
||||
version '0.4.6-alpha1'
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
apply from: 'maven-push.gradle'
|
||||
|
|
|
@ -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="7"
|
||||
android:versionName="0.4.5" >
|
||||
android:versionCode="8"
|
||||
android:versionName="0.4.6-alpha1" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="1" />
|
||||
<application/>
|
||||
|
|
Loading…
Reference in a new issue