mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-31 16:14:59 +02:00
6 lines
209 B
Groovy
6 lines
209 B
Groovy
|
include ':app'
|
||
|
include ':capacitor-cordova-android-plugins'
|
||
|
project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins/')
|
||
|
|
||
|
apply from: 'capacitor.settings.gradle'
|