File tree Expand file tree Collapse file tree
src/main/java/rebus/header/view/sample Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818```
1919``` Gradle
2020dependencies {
21- compile 'rebus:header-view:2.0.0 '
21+ compile 'rebus:header-view:2.0.1 '
2222}
2323```
2424### How to use
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments