Commit 823f21ea authored by Leonardo Aramaki's avatar Leonardo Aramaki

Needed to add provided dependencies since AS Canary 9 and AS beta 1 seem not...

Needed to add provided dependencies since AS Canary 9 and AS beta 1 seem not to find them from the other project dependencies
parent d29e9006
...@@ -134,6 +134,11 @@ dependencies { ...@@ -134,6 +134,11 @@ dependencies {
compile "com.github.hotchemi:permissionsdispatcher:$permissionsdispatcherVersion" compile "com.github.hotchemi:permissionsdispatcher:$permissionsdispatcherVersion"
annotationProcessor "com.github.hotchemi:permissionsdispatcher-processor:$permissionsdispatcherVersion" annotationProcessor "com.github.hotchemi:permissionsdispatcher-processor:$permissionsdispatcherVersion"
provided 'com.parse.bolts:bolts-tasks:1.4.0'
provided 'io.reactivex.rxjava2:rxjava:2.1.0'
provided 'io.reactivex:rxjava:1.3.0'
provided "com.github.akarnokd:rxjava2-interop:0.10.2"
} }
apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.gms.google-services'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment