From b2d41dceff9112bb9203c7069ce563d9e08f7112 Mon Sep 17 00:00:00 2001 From: Muhammad Yaqoob <77429009+orbitalsonic@users.noreply.github.com> Date: Wed, 13 Mar 2024 04:53:07 +0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cee726..faff644 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,7 @@ Add maven repository in project-level build.gradle or in the latest project sett Add FCM dependencies in App level build.gradle. ``` - dependencies { - implementation 'com.github.orbitalsonic:SonicFCM:2.0.0-alpha-01' - } + implementation 'com.github.orbitalsonic:SonicFCM:2.0.0-alpha-01' ```