From a4c30b7fdd2013d6d167782ef55d4ebb1c44db02 Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Mon, 17 May 2021 18:32:20 +0200 Subject: [PATCH] Aggiornati build.gradle --- dynamic_gramm/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dynamic_gramm/build.gradle b/dynamic_gramm/build.gradle index 9f2ed4d6..3bd027a9 100644 --- a/dynamic_gramm/build.gradle +++ b/dynamic_gramm/build.gradle @@ -19,10 +19,12 @@ android { } dependencies { + implementation fileTree(dir: "libs", include: ["*.jar"]) implementation project(":app") + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - androidTestImplementation 'androidx.annotation.annotation:1.2.0' + androidTestImplementation "androidx.annotation:annotation:1.1.0" } \ No newline at end of file