aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain-Test/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* updated robolectric to support new android support libsWilliam Faulk2015-05-031-1/+2
|
* Update gradle plugin, update gradle test pluginDominik Schürmann2015-03-261-1/+1
|
* Update build env and pluginsDominik Schürmann2015-03-231-1/+1
|
* Use fixed version of com.squareup:fest-android, enable offline buildsDominik Schürmann2015-03-151-1/+1
|
* Fix jacocoDominik Schürmann2014-12-041-24/+23
|
* Update to com.novoda:gradle-android-test-plugin:0.10.0, no snapshot version ↵Dominik Schürmann2014-12-041-26/+25
| | | | anymore, jacoco disabled for now
* start work on encrypt/decrypt test classesVincent Breitmoser2014-09-151-1/+5
|
* forgot to move test classpath out of root projectVincent Breitmoser2014-07-211-0/+14
|
* use jacoco for test coverageVincent Breitmoser2014-07-191-0/+24
|
* put unit tests into external module (CAVEAT)Vincent Breitmoser2014-07-091-0/+80
this requires a more up to date version of gradle-android-test-plugin than is currently in the repositories. it must be added to the local maven repo using ./install-custom-gradle-test-plugin.sh before compiling.