mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
28 lines
960 B
Groovy
28 lines
960 B
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(':capacitor-browser')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':capacitor-plugin-safe-area')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-local-notifications')
|
|
implementation project(':capacitor-share')
|
|
implementation project(':capawesome-capacitor-android-dark-mode-support')
|
|
implementation project(':capawesome-capacitor-android-edge-to-edge-support')
|
|
implementation project(':capawesome-capacitor-background-task')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|