Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PermissionsDispatcher to dependencies #22

Closed
shiraji opened this issue May 18, 2016 · 1 comment
Closed

Add PermissionsDispatcher to dependencies #22

shiraji opened this issue May 18, 2016 · 1 comment

Comments

@shiraji
Copy link
Member

shiraji commented May 18, 2016

Add this to app/build.gradle

buildscript {
  dependencies {
    classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
  }
}

apply plugin: 'android-apt'

dependencies {
  compile 'com.github.hotchemi:permissionsdispatcher:2.1.3'
  apt 'com.github.hotchemi:permissionsdispatcher-processor:2.1.3'
}

2.1.3 is hard coded for first release.

@shiraji shiraji changed the title Add dependancy for PermissionsDispatcher Add PermissionsDispatcher to dependancies May 18, 2016
@shiraji shiraji added this to the 1.2.0 milestone May 19, 2016
@shiraji
Copy link
Member Author

shiraji commented Sep 1, 2016

Find build.gradle, get dependancy tag, find compile with PM package name.

If no packages, add compile/apt. If no apt plugin, add it.

@shiraji shiraji removed this from the 1.2.0 milestone Oct 16, 2016
@shiraji shiraji changed the title Add PermissionsDispatcher to dependancies Add PermissionsDispatcher to dependencies Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant