summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--integration-tests/AppWithDataBindingInTests/lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/AppWithDataBindingInTests/lib/build.gradle b/integration-tests/AppWithDataBindingInTests/lib/build.gradle
index 8f0881e0..2af2d317 100644
--- a/integration-tests/AppWithDataBindingInTests/lib/build.gradle
+++ b/integration-tests/AppWithDataBindingInTests/lib/build.gradle
@@ -35,5 +35,5 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
testImplementation 'junit:junit:4.12'
- testImplementation 'org.robolectric:robolectric:4.2.1'
+ testImplementation 'org.robolectric:robolectric:4.8.2'
}