cordova-android/test/settings.gradle
Andrew Grieve 0e19f88a04 Make unit tests work with Gradle
Had to split the test app from the tests, since that's how gradle forces
you to do it.
2015-01-20 14:31:59 -05:00

5 lines
96 B
Groovy

include ":"
include ":CordovaLib"
project(':CordovaLib').projectDir = new File('../framework')