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

index 672247a5a68811d7e56ba0912c33e666304b38bd..6d60b20d9d81262e79bdfe0a60572efec67151a6 100644 (file)
@@ -28,7 +28,7 @@
 
     <uses-sdk
         android:minSdkVersion="11"
-        android:targetSdkVersion="17" />
+        android:targetSdkVersion="18" />
 
     <application
         android:allowBackup="true"