File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 1.1.0
5+ -------------
6+
7+ _ 2017-03-12_
8+
9+ * Support RxJava 2 (special thanks to [ lujiajing1126] ( https://github.com/lujiajing1126 ) ).
10+
11+
412Version 1.0.5
513-------------
614
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
3636 jcenter()
3737 }
3838 dependencies {
39- classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.5 '
39+ classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.1.0 '
4040 }
4141}
4242```
@@ -73,6 +73,8 @@ dependencies {
7373
7474```
7575
76+ ** Note:** All snapshot versions are available on [ jfrog] ( https://oss.jfrog.org/oss-snapshot-local/com/sixthsolution/easymvp/ )
77+
7678## Usage
7779
7880First thing you will need to do is to create your view interface.
@@ -394,6 +396,8 @@ EasyMVP [API](http://6thsolution.github.io/EasyMVP/api-javadoc/): Javadocs for t
394396
395397EasyMVP [ RX-API] ( http://6thsolution.github.io/EasyMVP/rx-api-javadoc/ ) : Javadocs for the current RX-API (Clean Architecture API) release
396398
399+ EasyMVP [ RX2-API] ( http://6thsolution.github.io/EasyMVP/rx2-api-javadoc/ ) : Javadocs for the current RX2-API (Clean Architecture API) release
400+
397401## Author
398402[ Saeed Masoumi] ( https://github.com/SaeedMasoumi )
399403
Original file line number Diff line number Diff line change 11GROUP =com.sixthsolution.easymvp
2- VERSION_NAME =1.0.6-SNAPSHOT
2+ VERSION_NAME =1.1.0
33org.gradle.jvmargs =-Xmx2048m
You can’t perform that action at this time.
0 commit comments