]> Pileus Git - ~andy/freeotp/commitdiff
Update minimum SDK version to 4.0
authorNathaniel McCallum <npmccallum@redhat.com>
Mon, 21 Oct 2013 21:37:17 +0000 (17:37 -0400)
committerNathaniel McCallum <npmccallum@redhat.com>
Mon, 21 Oct 2013 21:37:17 +0000 (17:37 -0400)
AndroidManifest.xml

index 32c5719049602d61e476a22df469a569b972ebcb..8a0a218a9eaf26fed89c7cb15fd658081f184f56 100644 (file)
@@ -25,7 +25,7 @@
     android:versionName="1.0" >
 
     <uses-sdk
-        android:minSdkVersion="11"
+        android:minSdkVersion="14"
         android:targetSdkVersion="18" />
 
     <application