diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-08-10 22:21:26 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-08-10 22:21:26 +0200 |
commit | d2d13f134f412f43ea702882f804653aea9b12f7 (patch) | |
tree | 6760255ccc2705aecb428ea968997f8691f82e14 | |
parent | 4ae88db4c26b6a88d4eb48fe3bb9b2d29ed00a3e (diff) | |
download | openpgp-api-d2d13f134f412f43ea702882f804653aea9b12f7.tar.gz openpgp-api-d2d13f134f412f43ea702882f804653aea9b12f7.tar.bz2 openpgp-api-d2d13f134f412f43ea702882f804653aea9b12f7.zip |
Update version in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ repositories { } dependencies { - compile 'org.sufficientlysecure:openpgp-api:7.0' + compile 'org.sufficientlysecure:openpgp-api:8.0' } ``` |