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

@@ -2,6 +2,9 @@
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
include ':capacitor-community-keep-awake'
project(':capacitor-community-keep-awake').projectDir = new File('../node_modules/@capacitor-community/keep-awake/android')
include ':capacitor-community-native-audio'
project(':capacitor-community-native-audio').projectDir = new File('../node_modules/@capacitor-community/native-audio/android')