From bb867a6ef56fa27c2f6d4795429a69aef7f0b486 Mon Sep 17 00:00:00 2001 From: Abhi <15965088+abhimuktheeswarar@users.noreply.github.com> Date: Wed, 4 Aug 2021 20:50:52 +0530 Subject: [PATCH] Fix Gradle build fail in older gradle versions. Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b22cf63..28ae4dd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ kotlin { ```Kotlin dependencies { - implementation("com.msabhi:flywheel:1.1.2-RC") + implementation("com.msabhi:flywheel-android:1.1.2-RC") } ```