diff options
Diffstat (limited to 'vdrmanager/AndroidManifest.xml')
-rw-r--r-- | vdrmanager/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/AndroidManifest.xml b/vdrmanager/AndroidManifest.xml index 1b80d25..bdaeece 100644 --- a/vdrmanager/AndroidManifest.xml +++ b/vdrmanager/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.bjusystems.vdrmanager" android:versionName="0.4.0" - android:versionCode="40"> + android:versionCode="400"> <application android:icon="@drawable/app_logo" android:label="@string/app_name" android:debuggable="true" android:name=".app.VdrManagerApp"> |