]> Pileus Git - ~andy/freeotp/commitdiff
Fix minimum SDK version
authorNathaniel McCallum <npmccallum@redhat.com>
Thu, 17 Oct 2013 19:28:18 +0000 (15:28 -0400)
committerNathaniel McCallum <npmccallum@redhat.com>
Thu, 17 Oct 2013 19:28:18 +0000 (15:28 -0400)
AndroidManifest.xml

index 5b597b45bdc96a17d2bff1cf556303d0423ecf75..672247a5a68811d7e56ba0912c33e666304b38bd 100644 (file)
@@ -27,7 +27,7 @@
     android:versionName="1.0" >
 
     <uses-sdk
-        android:minSdkVersion="8"
+        android:minSdkVersion="11"
         android:targetSdkVersion="17" />
 
     <application