]> Pileus Git - ~andy/freeotp/commitdiff
Update target SDK version
authorNathaniel McCallum <npmccallum@redhat.com>
Tue, 26 Nov 2013 21:23:35 +0000 (16:23 -0500)
committerNathaniel McCallum <npmccallum@redhat.com>
Tue, 26 Nov 2013 21:23:35 +0000 (16:23 -0500)
AndroidManifest.xml

index 8a0a218a9eaf26fed89c7cb15fd658081f184f56..b9ff8c4bbb3dde37ad77e7c7037979e529fccb3c 100644 (file)
@@ -26,7 +26,7 @@
 
     <uses-sdk
         android:minSdkVersion="14"
-        android:targetSdkVersion="18" />
+        android:targetSdkVersion="19" />
 
     <application
         android:allowBackup="true"