Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 17 Rev 19
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 104
19
        versionCode 108
20
        versionName '1.0.104'
20
        versionName '1.0.108'
21
        multiDexEnabled true
21
        multiDexEnabled true
-
 
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
23
 
Línea 23... Línea 24...
23
    }
24
    }
24
 
25
 
25
    buildTypes {
26
    buildTypes {
Línea 29... Línea 30...
29
        }
30
        }
30
    }
31
    }
31
    compileOptions {
32
    compileOptions {
32
        sourceCompatibility JavaVersion.VERSION_1_8
33
        sourceCompatibility JavaVersion.VERSION_1_8
33
        targetCompatibility JavaVersion.VERSION_1_8
34
        targetCompatibility JavaVersion.VERSION_1_8
-
 
35
 
34
    }
36
    }
35
}
37
}
Línea 36... Línea 38...
36
 
38
 
37
dependencies {
39
dependencies {