Skip to content

Commit 7eeb4a4

Browse files
Release 2.1.0
1 parent 4f4c33e commit 7eeb4a4

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Add the dependency
2222

2323
```groovy
2424
dependencies {
25-
compile 'com.github.hotchemi:permissionsdispatcher:2.4.0'
26-
annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0'
27-
compile 'org.androidannotations:androidannotations-api:4.3.1'
28-
annotationProcessor 'org.androidannotations:androidannotations:4.3.1'
29-
annotationProcessor 'com.github.AleksanderMielczarek:AndroidAnnotationsPermissionsDispatcherPlugin:2.0.3'
25+
compile "com.github.hotchemi:permissionsdispatcher:${permissionsdispatcherVersion}"
26+
annotationProcessor "com.github.hotchemi:permissionsdispatcher-processor:${permissionsdispatcherVersion}"
27+
compile "org.androidannotations:androidannotations-api:${androidannotationsBersion}"
28+
annotationProcessor "org.androidannotations:androidannotations:${androidannotationsVersion}"
29+
annotationProcessor "com.github.AleksanderMielczarek:AndroidAnnotationsPermissionsDispatcherPlugin:${latestVersion}"
3030
}
3131
```
3232

@@ -78,6 +78,11 @@ See the example project for code.
7878

7979
## Changelog
8080

81+
### 2.1.0 (2017-10-29)
82+
83+
- support PermissionsDispatcher 3.0.0
84+
- does not contain Kotlin support
85+
8186
### 2.0.3 (2017-08-09)
8287

8388
- fix generating duplicated dispatchers (#10)

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
versionMajor = 2
3-
versionMinor = 0
4-
versionFix = 3
3+
versionMinor = 1
4+
versionFix = 0
55

66
minSdkVersionVersion = 23
77
sdkVersion = 27

0 commit comments

Comments
 (0)