Applying the version bump to the manifest and other gradle files
This commit is contained in:
parent
67f3e05b5c
commit
c19e618ded
3 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
|
|
||||||
VERSION_NAME=0.4.2
|
VERSION_NAME=0.4.2-SNAPSHOT
|
||||||
VERSION_CODE=4
|
VERSION_CODE=4
|
||||||
GROUP=com.github.bilthon
|
GROUP=com.github.bilthon
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
group 'de.bitsharesmunich'
|
group 'de.bitsharesmunich'
|
||||||
version '0.4.0-SNAPSHOT'
|
version '0.4.2-SNAPSHOT'
|
||||||
|
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
apply from: 'maven-push.gradle'
|
apply from: 'maven-push.gradle'
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="de.bitsharesmunich.graphenej"
|
package="de.bitsharesmunich.graphenej"
|
||||||
android:versionCode="1"
|
android:versionCode="3"
|
||||||
android:versionName="0.4.0" >
|
android:versionName="0.4.2" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="1" />
|
<uses-sdk android:minSdkVersion="1" />
|
||||||
<application/>
|
<application/>
|
||||||
|
|
Loading…
Reference in a new issue