]> Pileus Git - ~andy/freeotp/blobdiff - AndroidManifest.xml
Disable suggestions for issuer, label and secret fields
[~andy/freeotp] / AndroidManifest.xml
index 73ed9c4c4479be5a28051bc926497a8f0953cf55..8c2c6027a91ead42e957c3c283f25099c7e507e0 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="4"
+    android:versionName="1.2" >
 
     <uses-sdk
-        android:minSdkVersion="14"
+        android:minSdkVersion="11"
         android:targetSdkVersion="19" />
 
     <application