|
@@ -1,32 +0,0 @@
|
|
|
-// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
-
|
|
|
-android {
|
|
|
- compileOptions {
|
|
|
- sourceCompatibility JavaVersion.VERSION_21
|
|
|
- targetCompatibility JavaVersion.VERSION_21
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
|
-dependencies {
|
|
|
- implementation project(':aparajita-capacitor-biometric-auth')
|
|
|
- implementation project(':capacitor-app')
|
|
|
- implementation project(':capacitor-app-launcher')
|
|
|
- implementation project(':capacitor-barcode-scanner')
|
|
|
- implementation project(':capacitor-browser')
|
|
|
- implementation project(':capacitor-device')
|
|
|
- implementation project(':capacitor-inappbrowser')
|
|
|
- implementation project(':capacitor-keyboard')
|
|
|
- implementation project(':capacitor-local-notifications')
|
|
|
- implementation project(':capacitor-push-notifications')
|
|
|
- implementation project(':capacitor-status-bar')
|
|
|
- implementation project(':capacitor-toast')
|
|
|
- implementation project(':capgo-capacitor-updater')
|
|
|
- implementation project(':capacitor-plugin-safe-area')
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-if (hasProperty('postBuildExtras')) {
|
|
|
- postBuildExtras()
|
|
|
-}
|