audiobookshelf-atv/android/app/capacitor.build.gradle

29 lines
892 B
Groovy
Raw Normal View History

2021-09-02 01:07:11 +00:00
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
2021-09-02 01:07:11 +00:00
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
2023-12-25 21:35:29 +00:00
implementation project(':byteowls-capacitor-filesharer')
implementation project(':capacitor-community-volume-buttons')
implementation project(':capacitor-app')
2023-10-13 21:14:52 +00:00
implementation project(':capacitor-browser')
implementation project(':capacitor-clipboard')
2021-09-02 01:07:11 +00:00
implementation project(':capacitor-dialog')
implementation project(':capacitor-haptics')
implementation project(':capacitor-network')
implementation project(':capacitor-preferences')
2021-12-31 22:57:53 +00:00
implementation project(':capacitor-status-bar')
2021-09-02 01:07:11 +00:00
}
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}