Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jlurena/revolvingweekview
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Luis Urena committed Aug 19, 2018
2 parents a22037c + 6231fe5 commit 377f28c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Getting Started
Via Maven

<dependency>
<groupId>com.github.quivr</groupId>
<artifactId>android-week-view</artifactId>
<version>2.2.2</version>
<groupId>me.jlurena</groupId>
<artifactId>revolvingweekview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>

Expand Down Expand Up @@ -69,8 +69,8 @@ Write the following in your activity
mWeekView.setWeekViewLoader(new WeekView.WeekViewLoader() {
@Override
public List<? extends WeekViewEvent> onWeekViewLoad() {
List<WeekViewEvent> events = new ArrayList<>();
public List<? extends WeekViewEvent> onWeekViewLoad() {
List<WeekViewEvent> events = new ArrayList<>();
// Add some events
return events;
}
Expand Down

0 comments on commit 377f28c

Please sign in to comment.