Skip to content

Commit 45b9009

Browse files
authored
Update README.md
1 parent 3015103 commit 45b9009

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,31 @@
44
[![GitHub stars](https://img.shields.io/github/stars/wsdydeni/AndroidBaseLibrary)](https://github.com/wsdydeni/AndroidBaseLibrary/stargazers)
55
[![GitHub issues](https://img.shields.io/github/issues/wsdydeni/AndroidBaseLibrary)](https://github.com/wsdydeni/AndroidBaseLibrary/issues)
66

7-
Add it to your build.gradle with:
7+
`MVI` 架构的 `Android` 基础库
8+
9+
[MVI 架构 - 用Kotlin Flow解决Android开发中的痛点问题](https://juejin.cn/post/7031726493906829319)
10+
11+
[MVI 架构 - 不做跟风党,LiveData,StateFlow,SharedFlow 使用场景对比](https://juejin.cn/post/7007602776502960165)
12+
13+
14+
# How to
15+
16+
To get a Git project into your build:
17+
18+
## Step 1. Add the JitPack repository to your build file
19+
20+
Add it in your root build.gradle at the end of repositories:
821
```gradle
922
allprojects {
1023
repositories {
1124
maven { url "https://jitpack.io" }
1225
}
1326
}
1427
```
15-
and:
28+
## Step 2. Add the dependency
1629

1730
```gradle
1831
dependencies {
19-
compile 'com.github.jitpack:android-example:{latest version}'
32+
implementation 'com.github.wsdydeni:AndroidBaseLibrary:1.1.1'
2033
}
2134
```

0 commit comments

Comments
 (0)