aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 22:21:26 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-10 22:21:26 +0200
commitd2d13f134f412f43ea702882f804653aea9b12f7 (patch)
tree6760255ccc2705aecb428ea968997f8691f82e14
parent4ae88db4c26b6a88d4eb48fe3bb9b2d29ed00a3e (diff)
downloadopenpgp-api-d2d13f134f412f43ea702882f804653aea9b12f7.tar.gz
openpgp-api-d2d13f134f412f43ea702882f804653aea9b12f7.tar.bz2
openpgp-api-d2d13f134f412f43ea702882f804653aea9b12f7.zip
Update version in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27328ae..a11a277 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ repositories {
}
dependencies {
- compile 'org.sufficientlysecure:openpgp-api:7.0'
+ compile 'org.sufficientlysecure:openpgp-api:8.0'
}
```