Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Rework dependencies order for hash generation - #2204

Merged
Aleksandr Nekrashevich (alexnekrashevich) merged 2 commits into
masterfrom
v-aleksandrn/rework-gradle-hash-order
Jan 12, 2022
Merged

Rework dependencies order for hash generation#2204
Aleksandr Nekrashevich (alexnekrashevich) merged 2 commits into
masterfrom
v-aleksandrn/rework-gradle-hash-order

Conversation

@alexnekrashevich

Copy link
Copy Markdown
Contributor

#838#1981

debug
> Task :app:copyEinsteinReleaseBundledJs
The CodePushHash is not found
> Task :app:generateBundledResourcesHashEinsteinRelease
Now the hash generation starts

The reason why CodePushHash might not be in final APK in some cases is the wrong order of Gradle tasks (assets are copied before the hash generation).

This PR shall resolve this.

@alexnekrashevich
Aleksandr Nekrashevich (alexnekrashevich) deleted the v-aleksandrn/rework-gradle-hash-order branch January 12, 2022 20:57
Sourabh Debnath (sourabhdebnath) pushed a commit to scripbox/react-native-code-push that referenced this pull request May 2, 2022
* Rework dependencies order for hash generation
* Lint
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@alexnekrashevich@lucen-ms@ondrej-merkun-ms@vahalik