third_parties/stroke/build.gradle
author Da Risk <da_risk@beem-project.com>
Tue, 27 Oct 2015 01:12:06 +0100
changeset 1070 744a173ea554
parent 1049 41c9aa696059
permissions -rw-r--r--
Rework ChangeStatus to deal better with non standard CROP intent
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1049
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
apply plugin: 'java'
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
dependencies {
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
    compile fileTree(dir: 'libs', include: ['*.jar'])
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
}