aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 21:52:06 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 21:52:06 +0200
commita3dc54da68b3de64496457336237ae75e0b4630f (patch)
tree60fe63b74e0fe9c3e8829088517103893f92a5ca /example
parent31e6bfe0163ec886b5e9a6019410525f1017167a (diff)
downloadopenpgp-api-a3dc54da68b3de64496457336237ae75e0b4630f.tar.gz
openpgp-api-a3dc54da68b3de64496457336237ae75e0b4630f.tar.bz2
openpgp-api-a3dc54da68b3de64496457336237ae75e0b4630f.zip
Update gradle/deps
Diffstat (limited to 'example')
-rw-r--r--example/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/build.gradle b/example/build.gradle
index 8a1834d..c73848c 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
dependencies {
- compile 'com.android.support:support-v4:22.1.1'
+ compile 'com.android.support:support-v4:22.2.1'
compile project(':openpgp-api')
}