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 +```