enable android release minification
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user