enable android release minification

This commit is contained in:
Samuel Newman
2026-09-03 17:25:29 +03:00
parent 8af501de62
commit 9330feff73
+4
View File
@@ -269,6 +269,9 @@ module.exports = function (_config) {
organization: 'blueskyweb', organization: 'blueskyweb',
project: 'app', project: 'app',
url: 'https://sentry.io', url: 'https://sentry.io',
experimental_android: {
enableAndroidGradlePlugin: true,
},
}, },
]), ]),
] ]
@@ -294,6 +297,7 @@ module.exports = function (_config) {
targetSdkVersion: 36, targetSdkVersion: 36,
buildToolsVersion: '36.0.0', buildToolsVersion: '36.0.0',
buildReactNativeFromSource: IS_PRODUCTION, buildReactNativeFromSource: IS_PRODUCTION,
enableMinifyInReleaseBuilds: true,
}, },
}, },
], ],