add WorkManager arch component

This commit is contained in:
Vincent Breitmoser
2018-06-13 13:12:44 +02:00
parent d57fffb7ba
commit b29d98d5a2

View File

@@ -60,6 +60,8 @@ dependencies {
implementation project(':KeybaseLib')
implementation project(':safeslinger-exchange')
implementation "android.arch.work:work-runtime:1.0.0-alpha02"
// Unit tests in the local JVM with Robolectric
// https://developer.android.com/training/testing/unit-testing/local-unit-tests.html
// http://robolectric.org/getting-started/