Skip to content

Commit d1f25b3

Browse files
author
xubo
committed
readme modify
1 parent 343f62a commit d1f25b3

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
</com.github.xubo.statuslayout.StatusLayout>
3939
```
4040

41-
## 6、sample
42-
43-
|示例|
44-
|:---:|
45-
| <img src="https://github.com/pirrip90/CeilingLayout/blob/master/screen/screen2.gif" width = "300" height = "617"/> |
46-
4741
## 5、gradle
4842
add the dependency:
4943
```gradle
@@ -54,6 +48,12 @@ dependencies {
5448
}
5549
```
5650

51+
## 6、sample
52+
53+
|示例|
54+
|:---:|
55+
| <img src="https://github.com/pirrip90/CeilingLayout/blob/master/screen/screen2.gif" width = "300" height = "617"/> |
56+
5757
## 7、注意事项
5858
### 1)、支持联动View表
5959
- [x] `NestedScrollView`

build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22-
maven {
23-
url "https://dl.bintray.com/pirrip/pirrip-maven"
24-
}
2522
}
2623
}
2724

ceilinglayout/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply {
22
plugin 'com.android.library'
3-
from 'publish.gradle'
3+
// from 'publish.gradle'
44
from 'version.gradle'
55
}
66

0 commit comments

Comments
 (0)