diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-21 19:49:16 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-21 19:49:16 +0200 |
commit | 41e3407d0de1b61b684a973b9009042f1deabddf (patch) | |
tree | a5ed60cc637b343d489ad223b88e6e2ba483c004 /AndroidManifest.xml | |
parent | 967087994a8e1d68653d875af26a843a2498268a (diff) |
Ignore routing delay, as it causes routes not to be added.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0255e8f2..c6f8a755 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.blinkt.openvpn" - android:versionCode="27" - android:versionName="0.5.5a" > + android:versionCode="28" + android:versionName="0.5.6" > <uses-permission android:name="android.permission.INTERNET" /> |