From ee3ee54e693f8e128846d5d7fa34df7de61fac89 Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Mon, 17 May 2021 18:41:45 +0200 Subject: [PATCH] Aggiornati build.gradle --- dynamic_gramm/build.gradle | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dynamic_gramm/build.gradle b/dynamic_gramm/build.gradle index 3bd027a9..ebe57a23 100644 --- a/dynamic_gramm/build.gradle +++ b/dynamic_gramm/build.gradle @@ -20,11 +20,8 @@ android { dependencies { - implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation project(":app") + 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.1.0" + implementation 'androidx.appcompat:appcompat:1.2.0' } \ No newline at end of file