From 3a8b13a05b4777e2f745c7943741ce3af82b1e49 Mon Sep 17 00:00:00 2001 From: Garret Yoder Date: Sat, 21 Apr 2018 11:09:34 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 859f452..5505b34 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ allprojects { Add Colorful as a dependency to your `build.gradle` ```groovy dependencies { - implementation 'com.github.garretyoder:Colorful:2.1' + implementation 'com.github.garretyoder:Colorful:2.2' } ``` @@ -205,4 +205,4 @@ var defaults = Defaults( translucent = false, customTheme = 0 ) -``` \ No newline at end of file +```