2021-09-01 20:07:11 -05:00
|
|
|
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
|
|
|
|
android {
|
|
|
|
compileOptions {
|
2023-09-25 17:30:39 -05:00
|
|
|
sourceCompatibility JavaVersion.VERSION_17
|
|
|
|
targetCompatibility JavaVersion.VERSION_17
|
2021-09-01 20:07:11 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
|
|
dependencies {
|
2023-12-25 15:35:29 -06:00
|
|
|
implementation project(':byteowls-capacitor-filesharer')
|
2024-08-30 21:42:57 +02:00
|
|
|
implementation project(':capacitor-community-volume-buttons')
|
2021-12-10 16:31:54 -06:00
|
|
|
implementation project(':capacitor-app')
|
2023-10-13 23:14:52 +02:00
|
|
|
implementation project(':capacitor-browser')
|
2023-06-24 14:45:25 -05:00
|
|
|
implementation project(':capacitor-clipboard')
|
2021-09-01 20:07:11 -05:00
|
|
|
implementation project(':capacitor-dialog')
|
2022-04-08 18:07:31 -05:00
|
|
|
implementation project(':capacitor-haptics')
|
2021-09-12 18:37:08 -05:00
|
|
|
implementation project(':capacitor-network')
|
2023-01-22 17:26:08 -06:00
|
|
|
implementation project(':capacitor-preferences')
|
2021-12-31 16:57:53 -06:00
|
|
|
implementation project(':capacitor-status-bar')
|
2021-09-01 20:07:11 -05:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
|
|
postBuildExtras()
|
|
|
|
}
|