Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 17 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 17 Rev 18
Línea 14... Línea 14...
14
 
14
 
15
    defaultConfig {
15
    defaultConfig {
16
        applicationId "com.cesams.twogetskills.inconcert"
16
        applicationId "com.cesams.twogetskills.inconcert"
17
        minSdkVersion 26
17
        minSdkVersion 26
18
        targetSdkVersion 31
18
        targetSdkVersion 31
19
        versionCode 11
19
        versionCode 13
20
        versionName '1.0.11'
20
        versionName '1.0.13'
21
        multiDexEnabled true
21
        multiDexEnabled true
Línea 22... Línea 22...
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Línea 67... Línea 67...
67
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
67
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
68
    implementation 'com.google.firebase:firebase-perf:20.0.6'
68
    implementation 'com.google.firebase:firebase-perf:20.0.6'
69
    implementation 'androidx.navigation:navigation-ui:2.4.2'
69
    implementation 'androidx.navigation:navigation-ui:2.4.2'
Línea 70... Línea 70...
70
 
70
 
-
 
71
    implementation 'com.github.bumptech.glide:glide:4.11.0'
71
    implementation 'com.github.bumptech.glide:glide:4.11.0'
72
    implementation 'org.apache.commons:commons-lang3:3.12.0'
Línea 72... Línea 73...
72
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
73
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
73
 
74
 
74
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
75
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'