From 517203c70c9dd2a06eabb5ece4ecd96419bc7ad5 Mon Sep 17 00:00:00 2001 From: ThomasDao Date: Tue, 10 Feb 2015 12:33:25 +0800 Subject: [PATCH] Update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff28a2c..77bbc69 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Setup To use in your project, reference the child library project as a library. If you see JAR mismatched error, replace your android-support-v4.jar to the jar inside Caldroid. Make sure you compile the project against Android 4.2 and above to allow nested fragment. See more at http://developer.android.com/about/versions/android-4.2.html#NestedFragments -**For Android Studio user**: add `compile 'com.roomorama:caldroid:1.1.7'` to your gradle build file. +**For Android Studio user**: add `compile 'com.roomorama:caldroid:1.1.8'` to your gradle build file. **For Maven user**: ```