Aggiornamenti vari.

Implementata gestione di partite multiple all'interno di una UL.
This commit is contained in:
2021-05-13 09:44:43 +02:00
parent c8053831db
commit 3a0d4d290c
41 changed files with 716 additions and 301 deletions

View File

@@ -21,8 +21,8 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(":app")
testImplementation 'junit:junit:4.13.1'
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'
androidTestImplementation 'androidx.annotation:annotation:1.2.0'
}