first commit

This commit is contained in:
2026-07-21 16:50:58 +02:00
commit 256599626e
407 changed files with 30489 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/node_modules/@capacitor-community/sqlite/android/build.gradle b/node_modules/@capacitor-community/sqlite/android/build.gradle
index feef375..fd6c7bf 100644
--- a/node_modules/@capacitor-community/sqlite/android/build.gradle
+++ b/node_modules/@capacitor-community/sqlite/android/build.gradle
@@ -33,7 +33,7 @@ android {
buildTypes {
release {
minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
lintOptions {