From c6e99cff4c1d73ab05cda498f1ffcfddbddd4759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gabriel=20de=20Freitas?= Date: Wed, 16 Nov 2016 17:58:53 -0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db63b52..bd90015 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ All releases follow [semantic versioning](http://semver.org/). The latest version is available via `mavenCentral()`. Just add the following dependency: -``` +```gradle compile 'io.card:android-sdk:5.4.2' ``` @@ -45,7 +45,7 @@ A manual entry fallback mode is provided for devices that do not meet these requ ##### If you use gradle, then add the following dependency from `mavenCentral()`: -``` +```gradle compile 'io.card:android-sdk:5.4.2' ```