]> Pileus Git - ~andy/freeotp/blobdiff - AndroidManifest.xml
Tablet UI rewrite
[~andy/freeotp] / AndroidManifest.xml
index 73ed9c4c4479be5a28051bc926497a8f0953cf55..af4a8bef298b8c736c6ab0ae5c89ae580c61be4d 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- 
+<!--
    - FreeOTP
    -
    - Authors: Nathaniel McCallum <npmccallum@redhat.com>
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.fedorahosted.freeotp"
-    android:versionCode="2"
-    android:versionName="1.0" >
+    android:versionCode="3"
+    android:versionName="1.1" >
 
     <uses-sdk
-        android:minSdkVersion="14"
+        android:minSdkVersion="11"
         android:targetSdkVersion="19" />
 
     <application