Browse Source

Add testing library for work

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 năm trước cách đây
mục cha
commit
f5e30bbfda
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/build.gradle

+ 1 - 0
app/build.gradle

@@ -118,6 +118,7 @@ dependencies {
     implementation 'org.michaelevans.colorart:library:0.0.3'
     implementation "android.arch.work:work-runtime:${workVersion}"
     implementation "android.arch.work:work-rxjava2:${workVersion}"
+    androidTestImplementation "android.arch.work:work-testing:${workVersion}"
 
 
     implementation "androidx.lifecycle:lifecycle-extensions:2.0.0"