aboutsummaryrefslogtreecommitdiff
path: root/pluginapi
diff options
context:
space:
mode:
authorAl Sutton <al.sutton@alsutton.com>2021-01-23 11:54:01 +0000
committerAl Sutton <al.sutton@alsutton.com>2021-01-23 11:54:01 +0000
commit58afa94c587c074d01ef2b1883ec192f54fe012d (patch)
treedb8c46b94bf899125f6bc356ad2b1a50620da166 /pluginapi
parentc0e84c369c5cfa960bc21bd50a4f51b8a18d4681 (diff)
downloadrobolectric-58afa94c587c074d01ef2b1883ec192f54fe012d.tar.gz
Synchronize Truth version being used to be v1.1.1
Diffstat (limited to 'pluginapi')
-rw-r--r--pluginapi/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginapi/build.gradle b/pluginapi/build.gradle
index 8a0f8c6c5..9f81cdb36 100644
--- a/pluginapi/build.gradle
+++ b/pluginapi/build.gradle
@@ -6,6 +6,6 @@ dependencies {
api project(":annotations")
testImplementation "junit:junit:4.13.1"
- testImplementation "com.google.truth:truth:1.0.1"
+ testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "org.mockito:mockito-core:2.5.4"
}