logseq/android/app/capacitor.build.gradle

33 lines
1.1 KiB
Groovy
Raw Normal View History

2021-09-10 09:51:46 +00:00
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
2021-09-10 09:51:46 +00:00
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-app')
2022-01-06 10:28:06 +00:00
implementation project(':capacitor-camera')
implementation project(':capacitor-clipboard')
2021-09-13 07:48:08 +00:00
implementation project(':capacitor-filesystem')
implementation project(':capacitor-haptics')
2022-01-06 10:28:06 +00:00
implementation project(':capacitor-keyboard')
2022-05-12 06:05:30 +00:00
implementation project(':capacitor-share')
2021-09-30 04:42:03 +00:00
implementation project(':capacitor-splash-screen')
implementation project(':capacitor-status-bar')
2022-11-10 12:00:31 +00:00
implementation project(':capawesome-capacitor-background-task')
implementation project(':hugotomazi-capacitor-navigation-bar')
implementation project(':logseq-capacitor-file-sync')
implementation project(':capacitor-voice-recorder')
implementation project(':send-intent')
2021-09-10 09:51:46 +00:00
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}