File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RxAndroid 2.0 has been rewritten from scratch to support RxJava 2.0.
27
27
28
28
The library still offers the same APIs: a scheduler and stream cancelation callback that know about
29
29
the main thread, a means of creating a scheduler from any ` Looper ` , and plugin support for the
30
- main thread sheduler . They just reside in a new package, ` io.reactivex.android ` , and may have
30
+ main thread scheduler . They just reside in a new package, ` io.reactivex.android ` , and may have
31
31
slightly different names.
32
32
33
33
For more information about RxJava 2.0 see
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if (project.plugins.hasPlugin('com.android.library')) {
30
30
}
31
31
}
32
32
33
- // For official releasese , don't prefix the name so the artifact is published correctly
33
+ // For official releases , don't prefix the name so the artifact is published correctly
34
34
// (Can't seem to modify it for publishing, for whatever reason...)
35
35
String classifierPrefix = (variant. name == ' release' ) ? ' ' : " $variant . name -"
36
36
You can’t perform that action at this time.
0 commit comments