Skip to content

Commit 681ed2e

Browse files
committed
Bump version to 1.0.1
1 parent ea1a10d commit 681ed2e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Version 1.0.1 *(2016-10-29)*
5+
----------------------------
6+
* Fix a bug related to using both `apt` and `annotationProcessor` configurations.
7+
48
Version 1.0.0 *(2016-10-28)*
59
----------------------------
610
* First public release.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ android {
4747
...
4848
}
4949
```
50+
There is no need for [android-apt](https://bitbucket.org/hvisser/android-apt) plugin for android gradle plugin version 2.2.0-alpha1 or higher, but if your are using it, Please apply `easymvp` plugin after `android-apt` plugin.
51+
```groovy
52+
apply plugin: 'com.neenbedankt.android-apt'
53+
apply plugin: 'easymvp'
54+
```
55+
5056
For reactive API, simply apply the 'easymvp-rx' plugin in your module-level `build.gradle` and then add the RxJava dependency:
5157
```groovy
5258
apply plugin: 'easymvp-rx'

0 commit comments

Comments
 (0)