Safety snapshot of mobile work before merging upstream chat-v2: - Qortino AI: QDN pack discovery/download (Q-Share ids), external app storage, install validation, teach/report Q-Mail, PDF thumbs+zoom - Android share target "Quitter" with native ShareReceiver plugin - Categorized device saves (Images/Videos/Audio/Documents/Apps/GO state) - createNamedFile helper: cordova-plugin-file clobbers global File Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
1.1 KiB
Groovy
31 lines
1.1 KiB
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(':capacitor-app')
|
|
implementation project(':capacitor-browser')
|
|
implementation project(':capacitor-filesystem')
|
|
implementation project(':capacitor-local-notifications')
|
|
implementation project(':capacitor-preferences')
|
|
implementation project(':capacitor-screen-orientation')
|
|
implementation project(':capacitor-share')
|
|
implementation project(':capacitor-splash-screen')
|
|
implementation project(':capawesome-capacitor-file-picker')
|
|
implementation project(':capgo-capacitor-native-biometric')
|
|
implementation project(':evva-capacitor-secure-storage-plugin')
|
|
implementation project(':transistorsoft-capacitor-background-fetch')
|
|
implementation "androidx.webkit:webkit:1.4.0"
|
|
}
|
|
|
|
|
|
if (hasProperty('postBuildExtras')) {
|
|
postBuildExtras()
|
|
}
|