diff options
author | Daniel Hammann <github@honnel.de> | 2014-03-05 17:05:01 +0100 |
---|---|---|
committer | Daniel Hammann <github@honnel.de> | 2014-03-05 17:05:01 +0100 |
commit | bc5f2a9305d6a043133dd89ef5e3e886f220885a (patch) | |
tree | 5b51eddfe447831acde7cd43eb83813e86ac3852 /OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml | |
parent | 76876a57c216eff92b4f0417c9ca2e09663d451e (diff) | |
parent | a1230bbe53d279b44038268d05d85f86ae0ff840 (diff) | |
download | open-keychain-bc5f2a9305d6a043133dd89ef5e3e886f220885a.tar.gz open-keychain-bc5f2a9305d6a043133dd89ef5e3e886f220885a.tar.bz2 open-keychain-bc5f2a9305d6a043133dd89ef5e3e886f220885a.zip |
Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychain
Diffstat (limited to 'OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml')
-rw-r--r-- | OpenPGP-Keychain-API/example-app/src/main/AndroidManifest.xml | 4 |
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 7803ccd27..74bc88708 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="2" - android:versionName="1.1"> + android:versionCode="3" + android:versionName="2"> <uses-sdk android:minSdkVersion="9" |