- Do you love Alfred?
- Do you use gradle?
- Have you used Gradle Please?
Well if you answered yes! yes! yes! this workflow is for you!
- Allow overrides/fuzzy search to provide better results (e.g. gcm -> play services, play services -> play-services, etc.)
- Performance improvements (local and central to use cache & async)
- TODOs
- Fix bugs
- idunnolol
#####I don't get any results for support-v4 or play-services.
- Make sure you have
ANDROID_HOMEenviroment variable defined pointing to your android sdk, e.g. executeecho $ANDROID_HOMEshould give you a similar output to - Make sure you have Google and support local repositories installed
- Gradle Please uses
ANDROID_HOMEto figure out your local artifacts - Finally if the above is in place and somehow workflow is still unable to resolve it you could edit it and add it manually e.g.
export ANDROID_HOME="YOUR_PATH_HERE"
python gp.py {query}



