diff --git a/gradle.properties b/gradle.properties index 0c06e84..b8883c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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-alpha2 +VERSION_NAME=0.4.6-alpha3 VERSION_CODE=8 GROUP=com.github.bilthon diff --git a/graphenej/build.gradle b/graphenej/build.gradle index 59848d2..dcce636 100644 --- a/graphenej/build.gradle +++ b/graphenej/build.gradle @@ -1,5 +1,5 @@ group 'cy.agorise' -version '0.4.6-alpha2' +version '0.4.6-alpha3' 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-alpha1" + versionName "0.4.6-alpha3" vectorDrawables.useSupportLibrary = true } diff --git a/graphenej/src/main/AndroidManifest.xml b/graphenej/src/main/AndroidManifest.xml index fe1ec3a..5c0e005 100644 --- a/graphenej/src/main/AndroidManifest.xml +++ b/graphenej/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.4.6-alpha3" >