summaryrefslogtreecommitdiff
path: root/library/self.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'library/self.gradle')
-rw-r--r--library/self.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/self.gradle b/library/self.gradle
index 008797a..86dea0e 100644
--- a/library/self.gradle
+++ b/library/self.gradle
@@ -53,6 +53,7 @@ android.sourceSets {
testImplementation 'org.robolectric:robolectric:3.6.1'
testImplementation 'org.robolectric:shadows-framework:3.6.1'
testImplementation 'junit:junit:4.+'
+ testImplementation 'com.google.truth:truth:0.31'
testImplementation 'org.mockito:mockito-core:1.9.5'
// Workaround for https://github.com/robolectric/robolectric/issues/2566
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'