From a689ccbfd7902b790ff11023f1438f4e5f277686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8B=E6=96=97=E7=9A=84=E7=8E=B0=E5=AE=9E?= Date: Tue, 5 Jul 2022 07:37:19 +0000 Subject: [PATCH] add README.md. --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..92d46ad --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# QUtilsDemo + +#### 使用说明 + + +``` + + + +Step 1. Add it in your root build.gradle at the end of repositories: + + allprojects { + repositories { + maven { url 'https://jitpack.io' } + } + } + +Step 2. Add the dependency + + dependencies { + implementation 'com.gitee.dengwuqiang:qutils-demo:1.0.1' + } + + +``` +