third_parties/stroke/build.gradle
author Da Risk <da_risk@beem-project.com>
Thu, 21 Dec 2017 15:56:42 -0800
changeset 1073 274f38e8c8a9
parent 1045 41c9aa696059
permissions -rw-r--r--
Compile with sdk 27
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1045
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 {
1073
274f38e8c8a9 Compile with sdk 27
Da Risk <da_risk@beem-project.com>
parents: 1045
diff changeset
     4
    implementation fileTree(dir: 'libs', include: ['*.jar'])
1045
41c9aa696059 Move stroke to its own module
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
}