diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/build.gradle | 2 |
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') } |