File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Download
1818
1919Gradle:
2020``` groovy
21- compile 'com.anotherdev.android.robospice:robospice-fluent-request:0.1 .0'
21+ compile 'com.anotherdev.android.robospice:robospice-fluent-request:1.0 .0'
2222```
2323
2424
2828Simple:
2929``` java
3030RoboSpice . with(spiceManager). execute(spiceRequest);
31- RoboSpice . with(spiceManager). inform(requestListner). execute(spiceRequest);
31+ RoboSpice . with(spiceManager). execute(spiceRequest). subscribe(rx. Subscriber ); // RxJava
32+ RoboSpice . with(spiceManager). inform(requestListner). execute(spiceRequest); // RoboSpice listener
3233```
3334
3435Options:
@@ -46,7 +47,6 @@ RoboSpice.with(spiceManager)
4647 .execute(spiceRequest);
4748```
4849
49-
5050License
5151--------
5252
@@ -62,4 +62,4 @@ License
6262 distributed under the License is distributed on an "AS IS" BASIS,
6363 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6464 See the License for the specific language governing permissions and
65- limitations under the License.
65+ limitations under the License.
You can’t perform that action at this time.
0 commit comments