From c97eb2fb0f59acf962a4a9954305348ed8accad0 Mon Sep 17 00:00:00 2001 From: Adrian Castro Date: Sat, 23 Mar 2024 03:02:19 +0100 Subject: [PATCH] fix: remove android prod optimizations --- apps/expo/app.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index f45c9ae..1d45576 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -54,8 +54,6 @@ const defineConfig = (): ExpoConfig => ({ { android: { minSdkVersion: 24, - enableProguardInReleaseBuilds: true, - enableShrinkResourcesInReleaseBuilds: true, packagingOptions: { pickFirst: [ "lib/x86/libcrypto.so",