Version bump in AndroidManifest
This commit is contained in:
parent
ee08856273
commit
5d3e38a740
1 changed files with 2 additions and 2 deletions
|
@ -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="5"
|
android:versionCode="6"
|
||||||
android:versionName="0.4.3" >
|
android:versionName="0.4.4" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="1" />
|
<uses-sdk android:minSdkVersion="1" />
|
||||||
<application/>
|
<application/>
|
||||||
|
|
Loading…
Reference in a new issue