Files
ben-to/patches/@capacitor-community+sqlite+8.1.0.patch
2026-07-21 16:50:58 +02:00

14 lines
641 B
Diff

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 {