forked from coracle/flotilla
31 lines
1.0 KiB
Groovy
31 lines
1.0 KiB
Groovy
// 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-secure-storage')
|
|
implementation project(':capacitor-community-safe-area')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-clipboard')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-push-notifications')
|
|
implementation project(':capacitor-share')
|
|
implementation project(':capawesome-capacitor-android-dark-mode-support')
|
|
implementation project(':capawesome-capacitor-badge')
|
|
implementation project(':nostr-signer-capacitor-plugin')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|