aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2020-11-04 11:34:30 -0800
committerAlexander Dorokhine <adorokhine@google.com>2020-11-05 22:46:24 -0800
commit4b9d590707bc38d92b150aff7df513db9cf8b7ca (patch)
tree6382222c6514eebf60a3c102268fafb18600e6db
parent8a42a4085c44abe8cdf840a37090a722b9ae59a2 (diff)
downloadrobolectric-shadows-4b9d590707bc38d92b150aff7df513db9cf8b7ca.tar.gz
Bump robolectric-compiletesting to v0.19.
This version updates to use new truth APIs, which match the version of truth now at head. Bug: 171761754 Bug: 168765701 Test: None (the error only occurs in a postsubmit test that doesn't repro locally; we are trying this fix on a theory) Merged-In: I40fe6f10f8ddcf90d58415f8e2a63a41521b86a4 Change-Id: I40fe6f10f8ddcf90d58415f8e2a63a41521b86a4 (cherry picked from commit 12d1e167c07f3ab19f35dd0883d2e764dd87870c)
-rw-r--r--processor/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/processor/Android.bp b/processor/Android.bp
index ee9b80c03..d3f3ed5ad 100644
--- a/processor/Android.bp
+++ b/processor/Android.bp
@@ -42,7 +42,7 @@ java_test_host {
"Robolectric_processor",
"Robolectric_shadowapi",
"robolectric-javax.annotation-api-1.2",
- "robolectric-compile-testing-0.15",
+ "robolectric-compile-testing-0.19",
"mockito",
"hamcrest",
"guava",