Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 55 Rev 56
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 129
19
        versionCode 130
20
        versionName '1.0.129'
20
        versionName '1.0.130'
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 138... Línea 138...
138
 
138
 
139
 
139
 
Línea -... Línea 140...
-
 
140
    def lottieVersion = "4.2.2"
-
 
141
    implementation "com.airbnb.android:lottie:$lottieVersion"
-
 
142
 
140
    def lottieVersion = "4.2.2"
143
    implementation 'androidx.core:core-splashscreen:1.0.0-rc01'