diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-05-31 16:57:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-05-31 16:57:05 +0200 |
commit | 9a22e180caf3f07466d73b6014981d270419dc83 (patch) | |
tree | ba472f4158466cd7c0cbd4bb033cf39e08003458 /AndroidManifest.xml | |
parent | 59645fe5e45de8cf87924a9ad83df4e283765043 (diff) |
Fix screen off
--HG--
extra : rebase_source : ed2b5eae3e70ad9a5bdc40b85f49c5336d346d9a
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b8d231d4..d8e15a92 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,8 +18,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="de.blinkt.openvpn" - android:versionCode="66" - android:versionName="0.5.36b" > + android:versionCode="67" + android:versionName="0.5.37" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> @@ -170,4 +170,4 @@ tools:ignore="ExportedContentProvider" /> </application> -</manifest>
\ No newline at end of file +</manifest> |