From fc44b33064f8ce5028266e56eb20cfe66f78d2ea Mon Sep 17 00:00:00 2001 From: chenlijian Date: Mon, 13 Sep 2021 15:53:38 +0800 Subject: [PATCH] update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d75d5af..afcc560 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,22 @@ If you want to quickly preview all the functions, you can download APK as a test - Setp1: Add it in your root build.gradle at the end of repositories + allprojects { repositories { ... maven { url 'https://jitpack.io' } } } + - Step2: Add the dependency + dependencies { implementation 'com.github.Jasonchenlijian:FastBle:2.4.0' } + ### Jar