diff options
Diffstat (limited to 'OpenPGP-Keychain-API-Demo')
| -rw-r--r-- | OpenPGP-Keychain-API-Demo/AndroidManifest.xml | 4 | ||||
| -rw-r--r-- | OpenPGP-Keychain-API-Demo/project.properties | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/OpenPGP-Keychain-API-Demo/AndroidManifest.xml b/OpenPGP-Keychain-API-Demo/AndroidManifest.xml index 2543f0129..8b8c43776 100644 --- a/OpenPGP-Keychain-API-Demo/AndroidManifest.xml +++ b/OpenPGP-Keychain-API-Demo/AndroidManifest.xml @@ -5,8 +5,8 @@      android:versionName="1.1" >      <uses-sdk -        android:minSdkVersion="7" -        android:targetSdkVersion="18" /> +        android:minSdkVersion="8" +        android:targetSdkVersion="19" />      <application          android:allowBackup="true" diff --git a/OpenPGP-Keychain-API-Demo/project.properties b/OpenPGP-Keychain-API-Demo/project.properties index 73fc66102..a5578ba09 100644 --- a/OpenPGP-Keychain-API-Demo/project.properties +++ b/OpenPGP-Keychain-API-Demo/project.properties @@ -8,4 +8,4 @@  # project structure.  # Project target. -target=android-18 +target=android-19 | 
