-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error bundle release android #1390
Comments
Closing this in favor of #1401 |
@jennmueng I don't think this is the same issue. This one happen because a In my case, it fails with:
|
I got it, this is related to this change in RN 0.64: output.versionCodeOverride =
- versionCodes.get(abi) * 1048576 + defaultConfig.versionCode
+ defaultConfig.versionCode * 1000 + versionCodes.get(abi) As this change is only "for new apps", it should be reverted. More infos here: facebook/react-native#29808 |
@zoontek Hmm, as we just wrap the original build task: sentry-react-native/sentry.gradle Line 69 in 5fbd5ba
and take the original version code as is, then that means the original version code override is invalid in the first place right? I'm not too familiar with gradle myself. |
@jennmueng do you know if we should do something about it? |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
sounds like its been fixed on RN itself facebook/react-native#29808 |
Environment
I'm using the last version of react native,"react-native": "0.64.0", and last version of sentry "@sentry/react-native": "^2.3.0"
Steps to Reproduce
I run bundleStagingRelease or assembleStagingRelease
Expected Result
The bundle is created correctly
Actual Result
The text was updated successfully, but these errors were encountered: