diff --git a/gradle.properties b/gradle.properties index b8883c8..6d75c4e 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-alpha3 +VERSION_NAME=0.4.6-alpha4 VERSION_CODE=8 GROUP=com.github.bilthon diff --git a/graphenej/build.gradle b/graphenej/build.gradle index dcce636..d49ff19 100644 --- a/graphenej/build.gradle +++ b/graphenej/build.gradle @@ -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 } diff --git a/graphenej/src/main/AndroidManifest.xml b/graphenej/src/main/AndroidManifest.xml index 5c0e005..a8dcb89 100644 --- a/graphenej/src/main/AndroidManifest.xml +++ b/graphenej/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.4.6-alpha4" >