Skip to content

Commit

Permalink
Fix version conflicts with annotation with arch_core:2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlam committed May 13, 2019
1 parent 48fe977 commit 2e97aee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion WorkManagerSample/benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ dependencies {
androidTestImplementation deps.benchmark
androidTestImplementation deps.espresso.core
androidTestImplementation deps.work.testing
androidTestImplementation deps.arch_core.testing
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.example.benchmark

import android.graphics.BitmapFactory
import androidx.arch.core.executor.testing.InstantTaskExecutorRule
import androidx.benchmark.BenchmarkRule
import androidx.benchmark.measureRepeated
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand All @@ -27,9 +26,6 @@ class WorkerBenchmark {
@get:Rule
val benchmarkRule = BenchmarkRule()

@get:Rule
var instantTaskExecutorRule = InstantTaskExecutorRule()

@Test
fun testBlurEffectFilterWorker() {
val worker = TestListenableWorkerBuilder<BlurEffectFilterWorker>(context).build()
Expand Down

0 comments on commit 2e97aee

Please sign in to comment.