mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
37 lines
1.3 KiB
Groovy
37 lines
1.3 KiB
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
|
|
android {
|
|
compileOptions {
|
|
sourceCompatibility JavaVersion.VERSION_21
|
|
targetCompatibility JavaVersion.VERSION_21
|
|
}
|
|
}
|
|
|
|
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
|
dependencies {
|
|
implementation project(':capacitor-community-privacy-screen')
|
|
implementation project(':capacitor-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-camera')
|
|
implementation project(':capacitor-clipboard')
|
|
implementation project(':capacitor-device')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-geolocation')
|
|
implementation project(':capacitor-haptics')
|
|
implementation project(':capacitor-keyboard')
|
|
implementation project(':capacitor-local-notifications')
|
|
implementation project(':capacitor-network')
|
|
implementation project(':capacitor-push-notifications')
|
|
implementation project(':capacitor-screen-orientation')
|
|
implementation project(':capacitor-share')
|
|
implementation project(':capacitor-splash-screen')
|
|
implementation project(':capacitor-status-bar')
|
|
implementation project(':capacitor-toast')
|
|
implementation project(':capacitor-native-biometric')
|
|
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|