Skip to content

Commit 4a8ed06

Browse files
authored
Update README.md
1 parent e94317e commit 4a8ed06

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# BaseProjectMvvm
2-
3-
## 在app的build.gradle里配置
2+
## Step 1. Add the JitPack repository to your build file
3+
```
4+
allprojects {
5+
repositories {
6+
...
7+
maven { url 'https://jitpack.io' }
8+
}
9+
}
10+
```
11+
## Step 2.在app的build.gradle里配置
412
```
513
//在dependencies内部引入库
614

0 commit comments

Comments
 (0)