File tree Expand file tree Collapse file tree
schematic-samples/src/main/java/net/simonvt/schematic/sample/ui/adapter
schematic/src/main/java/net/simonvt/schematic Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 components :
1010 - platform-tools
1111 - tools
12- - build-tools-24.0.3
13- - android-24
14- - extra-android-m2repository
12+ - build-tools-25.0.3
13+ - android-25
1514
1615before_install :
1716 - TERM=dumb
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ static class ViewHolder {
5757 @ BindView (R .id .title ) TextView title ;
5858 @ BindView (R .id .notes ) TextView notes ;
5959
60- public ViewHolder (View view ) {
60+ ViewHolder (View view ) {
6161 ButterKnife .bind (this , view );
6262 }
6363 }
Original file line number Diff line number Diff line change 1+ /** Automatically generate a ContentProvider backed by an SQLite database. */
12@ javax .annotation .ParametersAreNonnullByDefault
2- package net .simonvt .schematic ;
3+ package net .simonvt .schematic ;
Original file line number Diff line number Diff line change 1+ /** Utility methods for the generated classes. */
12@ javax .annotation .ParametersAreNonnullByDefault
2- package net .simonvt .schematic .utils ;
3+ package net .simonvt .schematic .utils ;
You can’t perform that action at this time.
0 commit comments