third_parties/stroke/build.gradle
author Da Risk <da_risk@beem-project.com>
Mon, 15 Jun 2015 17:00:36 +0200
changeset 1059 2514466a0614
parent 1045 41c9aa696059
child 1073 274f38e8c8a9
permissions -rw-r--r--
Allow ProgressDialog to lose state in the account wizard. This should fix bugs caused by the behavior described here http://www.androiddesignpatterns.com/2013/08/fragment-transaction-commit-state-loss.html
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 {
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
}