- Contratos, tarjetas, postulaciones, categorías y reportes - Servicios: auth, ichamba, env, language, firebase, interceptor - Guards, modelos, componentes y páginas de verificación - Configuración: angular.json, tsconfig, polyfills, environments - Capacitor: capacitor.config.json y android settings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
1.0 KiB
Groovy
Executable File
30 lines
1.0 KiB
Groovy
Executable File
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_17
|
|
targetCompatibility JavaVersion.VERSION_17
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':capacitor-community-http')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-camera')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-geolocation')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-splash-screen')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation "com.onesignal:OneSignal:5.9.4"
|
|
}
|
|
apply from: "../../node_modules/onesignal-cordova-plugin/build-extras-onesignal.gradle"
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|