File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
shortbread/src/main/java/shortbread Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ Download
7575
7676``` groovy
7777dependencies {
78- compile 'com.github.matthiasrobbers:shortbread:1.0.0 '
79- annotationProcessor 'com.github.matthiasrobbers:shortbread-compiler:1.0.0 '
78+ compile 'com.github.matthiasrobbers:shortbread:1.0.1 '
79+ annotationProcessor 'com.github.matthiasrobbers:shortbread-compiler:1.0.1 '
8080}
8181```
8282
Original file line number Diff line number Diff line change 1818import java .util .List ;
1919
2020/**
21- * Creates app shortcuts from {@link Shortcut} annotations, {@link #create(Context)} is all that needs to be called.
21+ * Creates app shortcuts from {@code @ Shortcut} annotations, {@link #create(Context)} is all that needs to be called.
2222 */
2323public final class Shortbread {
2424
You can’t perform that action at this time.
0 commit comments