From 5b662d505ab8586817f19519066218a82b754354 Mon Sep 17 00:00:00 2001 From: Mikola Melnik Date: Wed, 18 Nov 2020 10:33:13 +0200 Subject: [PATCH] - update readme lib version version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fc204..2a61c84 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ subprojects { ```groovy dependencies { - implementation 'com.github.Devlight:CornerCutLinearLayout:1.0.1' + implementation 'com.github.Devlight:CornerCutLinearLayout:1.0.4' } ```