Skip to content

Instantly share code, notes, and snippets.

@robUx4
Created July 8, 2014 18:59
Show Gist options
  • Save robUx4/932c3b09fe4f5d520abf to your computer and use it in GitHub Desktop.
Save robUx4/932c3b09fe4f5d520abf to your computer and use it in GitHub Desktop.
FileLogger gradle
// version 1
include ':dependencies:Android-FileLogger:library'
// version 2
include 'FileLogger'
project(':FileLogger').projectDir = new File('dependencies/Android-FileLogger/library')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment