Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
- update support libs
  • Loading branch information
raphaelbussa committed Sep 27, 2017
1 parent 612fe7e commit 628cc01
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
```
```Gradle
dependencies {
compile 'rebus:header-view:2.0.0'
compile 'rebus:header-view:2.0.1'
}
```
### How to use
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ buildscript {
buildTools: "26.0.1",
minSdk : 14,
targetSdk : 26,
version : "2.0.0",
supportLib: "26.0.1"
version : "2.0.1",
supportLib: "26.1.0"
]
}

Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ dependencies {
compile "com.android.support:appcompat-v7:${var.supportLib}"
compile "com.android.support:design:${var.supportLib}"
compile 'uk.co.chrisjenx:calligraphy:2.3.0'
//noinspection GradleDependency
compile 'com.github.bumptech.glide:glide:3.7.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ public void run() {

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

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

0 comments on commit 628cc01

Please sign in to comment.