From 49cb7389f876afc1c9b22affff696e647c6fffda Mon Sep 17 00:00:00 2001 From: Ademar Alves de Oliveira Date: Sun, 21 Dec 2014 12:08:09 -0200 Subject: [PATCH] Update Readme to use versio 1.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ccf3b..4fb79a0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Encryption is a simple way to create encrypted strings to Android project. #How to use# 1º Add the gradle dependency ``` -compile 'se.simbio.encryption:library:1.0.0' +compile 'se.simbio.encryption:library:1.1.0' ``` 2º Use it ```