File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ Add the dependency
2222
2323``` groovy
2424dependencies {
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 )
Original file line number Diff line number Diff line change 11ext {
22 versionMajor = 2
3- versionMinor = 0
4- versionFix = 3
3+ versionMinor = 1
4+ versionFix = 0
55
66 minSdkVersionVersion = 23
77 sdkVersion = 27
You can’t perform that action at this time.
0 commit comments