From f8ef359f9f15ab1b30b5f411b4233d2c4075887c Mon Sep 17 00:00:00 2001 From: Emily Gerner Date: Wed, 9 Jul 2014 10:10:35 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d6e1ae..0fca610 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ First, add mavenCentral to your repositories by adding the following to your gra Then, add a dependency by adding the following to your gradle build file: dependencies { - compile 'com.microsoft.azure.android:azure-storage-android:0.2.0@aar' + compile 'com.microsoft.azure.android:azure-storage-android:0.2.1@aar' } ###Option 4: aar via Maven @@ -55,7 +55,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w com.microsoft.azure.android azure-storage-android - 0.2.0 + 0.2.1 aar ```