Proyectos de Subversion LeadersLinked - Android

Rev

Rev 5 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5 Rev 10
Línea 8... Línea 8...
8
 
8
 
9
    defaultConfig {
9
    defaultConfig {
10
        targetSdk 36
10
        targetSdk 36
11
        applicationId "com.cesams.leaderslinked.v2"
11
        applicationId "com.cesams.leaderslinked.v2"
12
        minSdkVersion 21
12
        minSdkVersion 21
13
        versionCode 24
13
        versionCode 25
Línea 14... Línea 14...
14
        versionName '1.1.15'
14
        versionName '1.1.16'
15
 
15
 
Línea -... Línea 16...
-
 
16
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
-
 
17
    }
-
 
18
 
-
 
19
    // Configuración de Product Flavors para diferentes entornos
-
 
20
    flavorDimensions "version"
-
 
21
    productFlavors {
-
 
22
        demo {
-
 
23
            dimension "version"
-
 
24
            applicationId "com.leaderslinked.demo"
-
 
25
            versionNameSuffix "-demo"
-
 
26
            resValue "string", "app_name", "LeadersLinked Demo"
-
 
27
            buildConfigField "String", "BASE_URL", "\"https://demo.leaderslinked.com\""
-
 
28
        }
-
 
29
        
-
 
30
        staging {
-
 
31
            dimension "version"
-
 
32
            applicationId "com.cesams.leaderslinked.v2.staging" 
-
 
33
            versionNameSuffix "-staging"
-
 
34
            resValue "string", "app_name", "LeadersLinked Staging"
-
 
35
            buildConfigField "String", "BASE_URL", "\"https://stanging.leaderslinked.com\""
-
 
36
        }
-
 
37
 
-
 
38
        v2 {
-
 
39
            dimension "version"
-
 
40
            applicationId "com.cesams.leaderslinked.v2"
-
 
41
            versionNameSuffix "-v2"
-
 
42
            resValue "string", "app_name", "LeadersLinked V2"
-
 
43
            buildConfigField "String", "BASE_URL", "\"https://v2.leaderslinked.com\""
16
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
44
        }
17
    }
45
    }
18
 
46
 
19
    buildTypes {
47
    buildTypes {
20
        release {
48
        release {