Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 1 Rev 2
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 90
20
        versionName '1.0.79'
20
        versionName '1.0.90'
21
        multiDexEnabled true
21
        multiDexEnabled true
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Línea 23... Línea 23...
23
    }
23
    }
Línea 39... Línea 39...
39
    implementation 'com.google.android.material:material:1.5.0'
39
    implementation 'com.google.android.material:material:1.5.0'
40
    implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
40
    implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
41
    implementation 'androidx.navigation:navigation-fragment:2.3.5'
41
    implementation 'androidx.navigation:navigation-fragment:2.3.5'
42
    implementation "androidx.multidex:multidex:2.0.1"
42
    implementation "androidx.multidex:multidex:2.0.1"
43
    implementation 'androidx.work:work-runtime:2.8.0-alpha02'
43
    implementation 'androidx.work:work-runtime:2.8.0-alpha02'
44
 
-
 
-
 
44
    implementation 'com.squareup.picasso:picasso:2.71828'
Línea 45... Línea 45...
45
 
45
 
46
    implementation 'androidx.cardview:cardview:1.0.0'
46
    implementation 'androidx.cardview:cardview:1.0.0'
47
    implementation 'androidx.recyclerview:recyclerview:1.2.1'
47
    implementation 'androidx.recyclerview:recyclerview:1.2.1'
48
  //  implementation 'com.codesgood:justifiedtextview:2.0.1'
48
  //  implementation 'com.codesgood:justifiedtextview:2.0.1'
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'
Línea 133... Línea 132...
133
    implementation 'com.wajahatkarim:easyflipviewpager:2.0.1'
132
    implementation 'com.wajahatkarim:easyflipviewpager:2.0.1'
Línea 134... Línea 133...
134
 
133
 
135
 
134
 
-
 
135
    def lottieVersion = "4.2.2"
Línea 136... Línea 136...
136
    def lottieVersion = "4.2.2"
136
    implementation "com.airbnb.android:lottie:$lottieVersion"