34 lines
1.3 KiB
Groovy
Executable File
34 lines
1.3 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-apple-sign-in')
|
|
implementation project(':capacitor-community-barcode-scanner')
|
|
implementation project(':capacitor-community-contacts')
|
|
implementation project(':capacitor-community-facebook-login')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-camera')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-geolocation')
|
|
implementation project(':capacitor-google-maps')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':codetrix-studio-capacitor-google-auth')
|
|
implementation "com.onesignal:OneSignal:5.1.6"
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10"
|
|
}
|
|
apply from: "../../node_modules/onesignal-cordova-plugin/build-extras-onesignal.gradle"
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|