14 lines
641 B
Diff
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 {
|