From f463851b8eaecc8a0ed475f8d0bc109f49261232 Mon Sep 17 00:00:00 2001 From: Dylan McIntyre Date: Tue, 11 Apr 2017 22:46:43 -0400 Subject: [PATCH] update readme gradle compile to current version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a59d28f..cbfec6a2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Try out all the unique features using the CameraKit Demo from the Google Play st Add __CameraKit__ to the dependencies block in your `app` level `build.gradle`: ```groovy -compile 'com.flurgle:camerakit:0.9.15' +compile 'com.flurgle:camerakit:0.9.17' ``` ## Usage