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

apply plugin: 'java'

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