Last active
January 16, 2017 22:27
-
-
Save ian-ellis/49264f678b9f654fb7e4667fcea1395f to your computer and use it in GitHub Desktop.
Snippet from app module build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'groovyx.grooid.groovy-android' | |
//...... | |
testCompile 'org.codehaus.groovy:groovy:2.4.5:grooid' | |
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4' | |
testCompile 'cglib:cglib-nodep:3.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment