Skip to content

Commit f46cd30

Browse files
committed
2 parents 95487d1 + 54ac650 commit f46cd30

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# BaseProjectMvvm
1+
# BaseProjectMvvm
2+
3+
## 在app的build.gradle里配置
4+
```
5+
//在dependencies内部引入库
6+
7+
dependencies {
8+
9+
implementation 'com.github.szhdev:BaseProjectMvvm:1.0.0'
10+
11+
}
12+
```

0 commit comments

Comments
 (0)