From f286779c4e99e9d2ba26dfc69d9647c48ee77427 Mon Sep 17 00:00:00 2001 From: Garret Yoder Date: Tue, 22 May 2018 17:00:17 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c0f95..f7b611f 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.2' + implementation 'com.github.garretyoder:Colorful:2.3.3' } ```