third_parties/stroke/build.gradle
author Da Risk <da_risk@beem-project.com>
Mon, 15 Jun 2015 19:33:26 +0200
changeset 1064 59e2c0dc7e8b
parent 1049 41c9aa696059
permissions -rw-r--r--
Catch possible NumberFormatException in wizard

apply plugin: 'java'

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
}