| 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 96
|
19 |
versionCode 97
|
| 20 |
versionName '1.0.96'
|
20 |
versionName '1.0.97'
|
| 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 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.1.2'
|
62 |
implementation 'com.google.firebase:firebase-analytics:21.0.0'
|
| 63 |
implementation 'com.google.firebase:firebase-messaging:23.0.3'
|
63 |
implementation 'com.google.firebase:firebase-messaging:23.0.4'
|
| 64 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
|
64 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
|
| 65 |
implementation 'com.google.firebase:firebase-perf:20.0.6'
|
65 |
implementation 'com.google.firebase:firebase-perf:20.0.6'
|
| 66 |
implementation 'androidx.navigation:navigation-ui:2.4.2'
|
66 |
implementation 'androidx.navigation:navigation-ui:2.4.2'
|
| Línea 67... |
Línea 67... |
| 67 |
|
67 |
|