File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ GitHub stars] ( https://img.shields.io/github/stars/wsdydeni/AndroidBaseLibrary )] ( https://github.com/wsdydeni/AndroidBaseLibrary/stargazers )
5
5
[ ![ GitHub issues] ( https://img.shields.io/github/issues/wsdydeni/AndroidBaseLibrary )] ( https://github.com/wsdydeni/AndroidBaseLibrary/issues )
6
6
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:
8
21
``` gradle
9
22
allprojects {
10
23
repositories {
11
24
maven { url "https://jitpack.io" }
12
25
}
13
26
}
14
27
```
15
- and:
28
+ ## Step 2. Add the dependency
16
29
17
30
``` gradle
18
31
dependencies {
19
- compile 'com.github.jitpack:android-example:{latest version} '
32
+ implementation 'com.github.wsdydeni:AndroidBaseLibrary:1.1.1 '
20
33
}
21
34
```
You can’t perform that action at this time.
0 commit comments