added ability to download

This commit is contained in:
2024-10-30 19:11:03 +02:00
parent eb8049c12d
commit 457608b931
12 changed files with 376 additions and 103 deletions

View File

@@ -9,8 +9,10 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-browser')
implementation project(':capacitor-filesystem')
implementation project(':evva-capacitor-secure-storage-plugin')
implementation "androidx.webkit:webkit:1.4.0"
}