Skip to content

Commit 628cc01

Browse files
committed
version 2.0.1
- update support libs
1 parent 612fe7e commit 628cc01

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
```
1919
```Gradle
2020
dependencies {
21-
compile 'rebus:header-view:2.0.0'
21+
compile 'rebus:header-view:2.0.1'
2222
}
2323
```
2424
### How to use

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ buildscript {
3030
buildTools: "26.0.1",
3131
minSdk : 14,
3232
targetSdk : 26,
33-
version : "2.0.0",
34-
supportLib: "26.0.1"
33+
version : "2.0.1",
34+
supportLib: "26.1.0"
3535
]
3636
}
3737

sample/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ dependencies {
5454
compile "com.android.support:appcompat-v7:${var.supportLib}"
5555
compile "com.android.support:design:${var.supportLib}"
5656
compile 'uk.co.chrisjenx:calligraphy:2.3.0'
57+
//noinspection GradleDependency
5758
compile 'com.github.bumptech.glide:glide:3.7.0'
5859
}

sample/src/main/java/rebus/header/view/sample/MainActivity.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ public void run() {
106106

107107
Profile profile4 = new Profile.Builder()
108108
.setId(8)
109-
.setUsername("Claudio Pastorini")
110-
.setEmail("pastorini.claudio@gmail.com")
111-
.setAvatar("https://github.com/claudiopastorini.png?size=512")
109+
.setUsername("Krzysztof Klimkiewicz")
110+
.setEmail("krzkz94@gmail.com")
111+
.setAvatar("https://github.com/krzykz.png?size=512")
112112
.setBackground("https://images.unsplash.com/photo-1452509133926-2b180c6d6245?dpr=2&auto=format&fit=crop&w=767&h=431&q=80&cs=tinysrgb&crop=")
113113
.build();
114114

@@ -169,7 +169,7 @@ public boolean onAdd() {
169169
Profile newProfile = new Profile.Builder()
170170
.setId(100)
171171
.setUsername("Mattia Novelli")
172-
.setEmail("mattinove@me.com")
172+
.setEmail("nove.mattia@gmail.com")
173173
.setAvatar("https://github.com/mattinove.png?size=512")
174174
.setBackground("https://images.unsplash.com/photo-1478194409487-fa5c1eb18622?dpr=2&auto=format&fit=crop&w=767&h=496&q=80&cs=tinysrgb&crop=")
175175
.build();

0 commit comments

Comments
 (0)