mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-28 23:48:45 +02:00
----------- Co-authored-by: ISO-B <3048685+ISO-B@users.noreply.github.com>
30 lines
954 B
Groovy
30 lines
954 B
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_17
|
|
targetCompatibility JavaVersion.VERSION_17
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':byteowls-capacitor-filesharer')
|
|
implementation project(':capacitor-community-keep-awake')
|
|
implementation project(':capacitor-community-volume-buttons')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-clipboard')
|
|
implementation project(':capacitor-dialog')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-network')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-status-bar')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|