Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 24 Rev 25
Línea 14... Línea 14...
14
 
14
 
15
    defaultConfig {
15
    defaultConfig {
16
        applicationId "com.cesams.twogetskills"
16
        applicationId "com.cesams.twogetskills"
17
        minSdkVersion 26
17
        minSdkVersion 26
18
        targetSdkVersion 31
18
        targetSdkVersion 31
19
        versionCode 111
19
        versionCode 112
20
        versionName '1.0.111'
20
        versionName '1.0.112'
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 66... Línea 66...
66
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
66
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
67
    implementation 'com.google.firebase:firebase-perf:20.0.6'
67
    implementation 'com.google.firebase:firebase-perf:20.0.6'
68
    implementation 'androidx.navigation:navigation-ui:2.4.2'
68
    implementation 'androidx.navigation:navigation-ui:2.4.2'
Línea 69... Línea 69...
69
 
69
 
-
 
70
    implementation 'com.github.bumptech.glide:glide:4.11.0'
-
 
71
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
70
    implementation 'com.github.bumptech.glide:glide:4.11.0'
72
 
71
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
73
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
72
    // Skip this if you don't want to use integration libraries or configure Glide.
74
    // Skip this if you don't want to use integration libraries or configure Glide.
Línea 73... Línea 75...
73
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
75
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'