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

@@ -31,7 +31,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation 'androidx.appcompat:appcompat:1.2.0'
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', {
exclude group: 'com.android.support', module: 'support-annotations'