Skip to content

Commit fb29b14

Browse files
AriesHooAriesHoo
authored andcommitted
Merge remote-tracking branch 'origin/master'
2 parents 29e1062 + ec2a007 commit fb29b14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ implementation project(':fastLib')
8787
**包含第三方库**
8888

8989
```
90-
compileSdkVersion = 27
91-
buildToolsVersion = "27.0.2"
92-
minSdkVersion = 15
93-
targetSdkVersion = 27
94-
supportVersion = "27.0.2"
90+
compileSdkVersion = 28
91+
buildToolsVersion = "28.0.3"
92+
minSdkVersion = 21
93+
targetSdkVersion = 28
94+
supportVersion = "28.0.0"
9595
```
9696

9797
```
@@ -126,7 +126,7 @@ dependencies {
126126
//滑动返回Activity
127127
api 'cn.bingoogolapple:bga-swipebacklayout:1.1.8@aar'
128128
//快速Tab库
129-
api 'com.aries.ui.view.tab:FlycoTabLayout_Lib:2.1.2@aar'
129+
api 'com.github.AriesHoo:TabLayout:1.0.1'
130130
//页面事件交互
131131
api 'org.simple:androideventbus:1.0.5.1'
132132
//多状态视图切换

0 commit comments

Comments
 (0)