Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 70 Rev 71
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 32
18
        targetSdkVersion 32
19
        versionCode 139
19
        versionCode 141
20
        versionName '1.0.139'
20
        versionName '1.0.141'
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 42... Línea 42...
42
    implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
42
    implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
43
    implementation 'androidx.navigation:navigation-fragment:2.4.2'
43
    implementation 'androidx.navigation:navigation-fragment:2.4.2'
44
    implementation "androidx.multidex:multidex:2.0.1"
44
    implementation "androidx.multidex:multidex:2.0.1"
45
    implementation 'androidx.work:work-runtime:2.8.0-alpha02'
45
    implementation 'androidx.work:work-runtime:2.8.0-alpha02'
Línea 46... Línea -...
46
 
-
 
Línea 47... Línea 46...
47
    implementation 'io.reactivex:rxjava:1.0.14'
46
 
48
 
47
 
49
    implementation 'androidx.cardview:cardview:1.0.0'
48
    implementation 'androidx.cardview:cardview:1.0.0'
50
    implementation 'androidx.recyclerview:recyclerview:1.2.1'
49
    implementation 'androidx.recyclerview:recyclerview:1.2.1'
Línea 67... Línea 66...
67
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
66
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
68
    implementation 'com.google.firebase:firebase-perf:20.0.6'
67
    implementation 'com.google.firebase:firebase-perf:20.0.6'
69
    implementation 'androidx.navigation:navigation-ui:2.4.2'
68
    implementation 'androidx.navigation:navigation-ui:2.4.2'
Línea 70... Línea 69...
70
 
69
 
-
 
70
    implementation 'com.github.bumptech.glide:glide:4.11.0'
71
    implementation 'com.github.bumptech.glide:glide:4.11.0'
71
    implementation 'org.apache.commons:commons-lang3:3.12.0'
Línea 72... Línea 72...
72
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
72
    annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
73
 
73
 
74
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
74
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'