fix: version code err caused by Flutter#913
Conversation
| @claude review |
| Claude finished @lollipopkit's task —— View job Code Review Complete ✅Todo List:
Review SummaryThe Fix: This PR changes the version code calculation multiplier from - output.versionCodeOverride = variant.versionCode * 10 + abiVersionCode + output.versionCodeOverride = variant.versionCode * 100 + abiVersionCodeAnalysis✅ Positive Aspects:
Recommendation: APPROVE ✅This is a clean, focused fix that addresses the version code calculation issue mentioned in #906. The change from multiplier No issues found - the change is safe to merge. |
Fixes #906