2021-09-02 01:07:11 +00:00
|
|
|
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
compileOptions {
|
2023-09-25 22:30:39 +00:00
|
|
|
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')
|
2024-08-30 19:42:57 +00:00
|
|
|
implementation project(':capacitor-community-volume-buttons')
|
2021-12-10 22:31:54 +00:00
|
|
|
implementation project(':capacitor-app')
|
2023-10-13 21:14:52 +00:00
|
|
|
implementation project(':capacitor-browser')
|
2023-06-24 19:45:25 +00:00
|
|
|
implementation project(':capacitor-clipboard')
|
2021-09-02 01:07:11 +00:00
|
|
|
implementation project(':capacitor-dialog')
|
2022-04-08 23:07:31 +00:00
|
|
|
implementation project(':capacitor-haptics')
|
2021-09-12 23:37:08 +00:00
|
|
|
implementation project(':capacitor-network')
|
2023-01-22 23:26:08 +00:00
|
|
|
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()
|
|
|
|
|
}
|