Proyectos de Subversion Android Microlearning - Inconcert

Rev

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

Rev 6 Rev 7
Línea 14... Línea 14...
14
 
14
 
15
    defaultConfig {
15
    defaultConfig {
16
        applicationId "com.cesams.twogetskills.inconcert"
16
        applicationId "com.cesams.twogetskills.inconcert"
17
        minSdkVersion 26
17
        minSdkVersion 26
18
        targetSdkVersion 31
18
        targetSdkVersion 31
19
        versionCode 5
19
        versionCode 6
20
        versionName '1.0.5'
20
        versionName '1.0.6'
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'