I am sorry for asking this newbie question.
I am trying to use this library in my project: https://github.com/gfranks/GFMinimalNotifications
I would like to im
copy in project full package library
in settings gradle add include ':library',':app'
include ':library',':app'
in build.gradle
dependencies { ... compile project(':library') }