diff --git a/gradle.properties b/gradle.properties index e5ca248..1c0fbdd 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.2 +VERSION_NAME=0.4.2-SNAPSHOT VERSION_CODE=4 GROUP=com.github.bilthon diff --git a/graphenej/build.gradle b/graphenej/build.gradle index f4958c6..e4badbf 100644 --- a/graphenej/build.gradle +++ b/graphenej/build.gradle @@ -1,5 +1,5 @@ group 'de.bitsharesmunich' -version '0.4.0-SNAPSHOT' +version '0.4.2-SNAPSHOT' apply plugin: 'com.android.library' apply from: 'maven-push.gradle' diff --git a/graphenej/src/main/AndroidManifest.xml b/graphenej/src/main/AndroidManifest.xml index ee81480..441efd0 100644 --- a/graphenej/src/main/AndroidManifest.xml +++ b/graphenej/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="3" + android:versionName="0.4.2" >