Skip to content

Commit

Permalink
New version was indicated.
Browse files Browse the repository at this point in the history
  • Loading branch information
TodorBalabanov committed Jul 3, 2015
1 parent d92561d commit 9bb2284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.veldsoft.vitoshadm"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="2"
android:versionName="1.1" >

<uses-sdk
android:minSdkVersion="15"
Expand All @@ -21,7 +21,7 @@
android:noHistory="true" >
<meta-data
android:name="timeout"
android:value="3000" />
android:value="5000" />
<meta-data
android:name="redirect"
android:value="eu.veldsoft.vitoshadm.DecisionMakerActivity" />
Expand Down

0 comments on commit 9bb2284

Please sign in to comment.