Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sk committed Jul 5, 2022
2 parents 875df17 + a689ccb commit 2901afb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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'
}
```

0 comments on commit 2901afb

Please sign in to comment.