We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29e1062 + ec2a007 commit fb29b14Copy full SHA for fb29b14
README.md
@@ -87,11 +87,11 @@ implementation project(':fastLib')
87
**包含第三方库**
88
89
```
90
- compileSdkVersion = 27
91
- buildToolsVersion = "27.0.2"
92
- minSdkVersion = 15
93
- targetSdkVersion = 27
94
- supportVersion = "27.0.2"
+ compileSdkVersion = 28
+ buildToolsVersion = "28.0.3"
+ minSdkVersion = 21
+ targetSdkVersion = 28
+ supportVersion = "28.0.0"
95
96
97
@@ -126,7 +126,7 @@ dependencies {
126
//滑动返回Activity
127
api 'cn.bingoogolapple:bga-swipebacklayout:1.1.8@aar'
128
//快速Tab库
129
- api 'com.aries.ui.view.tab:FlycoTabLayout_Lib:2.1.2@aar'
+ api 'com.github.AriesHoo:TabLayout:1.0.1'
130
//页面事件交互
131
api 'org.simple:androideventbus:1.0.5.1'
132
//多状态视图切换
0 commit comments