feat: keep device awake during navigation

This commit is contained in:
2025-07-03 18:07:05 +02:00
parent 94b8b8559c
commit 0b7ba06e9e
5 changed files with 16 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-community-keep-awake')
implementation project(':capacitor-community-native-audio')
implementation project(':capacitor-community-sqlite')
implementation project(':capacitor-community-text-to-speech')