diff options
Diffstat (limited to 'vdrmanager/app/src/main')
-rw-r--r-- | vdrmanager/app/src/main/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vdrmanager/app/src/main/AndroidManifest.xml b/vdrmanager/app/src/main/AndroidManifest.xml index 3e549a1..e516ca7 100644 --- a/vdrmanager/app/src/main/AndroidManifest.xml +++ b/vdrmanager/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.bjusystems.vdrmanager" - android:versionCode="12500" - android:versionName="12.50" > + android:versionCode="12600" + android:versionName="12.60" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> @@ -159,4 +159,4 @@ android:configChanges="orientation|locale|screenSize" /> </application> -</manifest>
\ No newline at end of file +</manifest> |