Proyectos de Subversion Android Microlearning

Rev

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

Rev 14 Rev 21
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 79
19
        versionCode 89
20
        versionName '1.0.79'
20
        versionName '1.0.79'
21
        multiDexEnabled true
21
        multiDexEnabled true
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Línea 57... Línea 57...
57
    implementation 'com.squareup.okhttp3:okhttp:3.10.0'
57
    implementation 'com.squareup.okhttp3:okhttp:3.10.0'
58
    implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.10.0'
58
    implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.10.0'
59
    implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
59
    implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
60
    // Import the BoM for the Firebase platform
60
    // Import the BoM for the Firebase platform
61
    //implementation platform('com.google.firebase:firebase-bom:26.2.0')
61
    //implementation platform('com.google.firebase:firebase-bom:26.2.0')
62
    implementation 'com.google.firebase:firebase-analytics:20.0.0'
62
    implementation 'com.google.firebase:firebase-analytics:20.1.2'
63
    implementation 'com.google.firebase:firebase-messaging:23.0.0'
63
    implementation 'com.google.firebase:firebase-messaging:23.0.3'
64
    implementation 'com.google.firebase:firebase-crashlytics:18.2.5'
64
    implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
65
    implementation 'com.google.firebase:firebase-perf:20.0.4'
65
    implementation 'com.google.firebase:firebase-perf:20.0.6'
66
    implementation 'com.google.firebase:firebase-messaging-directboot:23.0.0'
-
 
67
    implementation 'androidx.navigation:navigation-ui:2.4.2'
66
    implementation 'androidx.navigation:navigation-ui:2.4.2'
Línea 68... Línea 67...
68
 
67
 
69
    implementation 'com.github.bumptech.glide:glide:4.11.0'
68
    implementation 'com.github.bumptech.glide:glide:4.11.0'
70
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
69
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'