Use permissions dispatcher 2.3.2

This commit is contained in:
ligi 2017-03-19 13:30:37 +01:00
parent a95ba652c6
commit e76700a589
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -90,8 +90,8 @@ dependencies {
compile "com.google.dagger:dagger:$dagger_version"
kapt "com.google.dagger:dagger-compiler:$dagger_version"
compile 'com.github.hotchemi:permissionsdispatcher:2.3.1'
kapt 'com.github.hotchemi:permissionsdispatcher-processor:2.3.1'
compile 'com.github.hotchemi:permissionsdispatcher:2.3.2'
kapt 'com.github.hotchemi:permissionsdispatcher-processor:2.3.2'
provided 'org.glassfish:javax.annotation:10.0-b28'