aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/example-app
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-03 16:03:15 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-03 16:03:15 +0200
commit24454b9d88a23ebda7e4c9cc57a1fb0750872390 (patch)
tree7e7b4b6e56ad38c2347ced43a69b5869b320b76b /OpenPGP-Keychain-API/example-app
parent270c7ffa1fb3c796449eac832e6d4795b6e40fd3 (diff)
downloadopen-keychain-24454b9d88a23ebda7e4c9cc57a1fb0750872390.tar.gz
open-keychain-24454b9d88a23ebda7e4c9cc57a1fb0750872390.tar.bz2
open-keychain-24454b9d88a23ebda7e4c9cc57a1fb0750872390.zip
Keychain API Demo 3
Diffstat (limited to 'OpenPGP-Keychain-API/example-app')
-rw-r--r--OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml b/OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml
index 74bc88708..d62c26495 100644
--- a/OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml
+++ b/OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sufficientlysecure.keychain.demo"
- android:versionCode="3"
- android:versionName="2">
+ android:versionCode="4"
+ android:versionName="3">
<uses-sdk
android:minSdkVersion="9"