From e6eba8fbe07a2a9923686275283b8b3ad1584404 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 23 May 2019 22:17:51 +0200 Subject: [PATCH] try to make travis green again --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index f88c93b87..a6dca2c12 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,6 +64,7 @@ dependencies { testImplementation "junit:junit:4.12" testImplementation "org.mockito:mockito-core:1.10.19" testImplementation "org.robolectric:robolectric:3.6.1" + testImplementation "com.google.code.gson:gson:2.8.5" implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "androidx.appcompat:appcompat:1.0.2"