Applying the version bump to the manifest and other gradle files

master
Nelson R. Perez 2017-06-26 14:12:31 -05:00
parent 67f3e05b5c
commit c19e618ded
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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'

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.bitsharesmunich.graphenej"
android:versionCode="1"
android:versionName="0.4.0" >
android:versionCode="3"
android:versionName="0.4.2" >
<uses-sdk android:minSdkVersion="1" />
<application/>