dependencies { | |
compile fileTree(include: ['*.jar'], dir: 'libs') | |
compile project(':library') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dependencies { | |
compile fileTree(include: ['*.jar'], dir: 'libs') | |
compile project(':library') | |
} |