From 9330feff73de473dc9ae006d99cc382d0801b238 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 3 Sep 2026 17:25:29 +0300 Subject: [PATCH] enable android release minification --- app.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.config.js b/app.config.js index bc1de0b2d7..623d6a0ddf 100644 --- a/app.config.js +++ b/app.config.js @@ -269,6 +269,9 @@ module.exports = function (_config) { organization: 'blueskyweb', project: 'app', url: 'https://sentry.io', + experimental_android: { + enableAndroidGradlePlugin: true, + }, }, ]), ] @@ -294,6 +297,7 @@ module.exports = function (_config) { targetSdkVersion: 36, buildToolsVersion: '36.0.0', buildReactNativeFromSource: IS_PRODUCTION, + enableMinifyInReleaseBuilds: true, }, }, ],