Skip to content

Commit

Permalink
Set missing RequiresApi = 16 JakeWharton#315
Browse files Browse the repository at this point in the history
  • Loading branch information
karrot-farmer committed Feb 25, 2018
1 parent 5339796 commit 03685a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import static com.jakewharton.rxbinding2.internal.Preconditions.checkMainThread;

@RequiresApi(19)
@RequiresApi(16)
final class ViewScrollChangeEventObservableCompat extends Observable<ViewScrollChangeEvent> {
private final View view;

Expand Down

0 comments on commit 03685a0

Please sign in to comment.