Aggiornati build.gradle

This commit is contained in:
Giuseppe Scorrano 2021-05-17 18:32:20 +02:00
parent f2f8594a18
commit a4c30b7fdd

View File

@ -19,10 +19,12 @@ android {
} }
dependencies { dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"]) implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(":app") implementation project(":app")
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.annotation.annotation:1.2.0' androidTestImplementation "androidx.annotation:annotation:1.1.0"
} }