Skip to content

Commit

Permalink
Fix: race condition in android copy vs bundle phases
Browse files Browse the repository at this point in the history
  • Loading branch information
glenna committed Jun 12, 2020
1 parent 40b36a0 commit 834e51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ afterEvaluate {

// mergeAssets must run first, as it clears the intermediates directory
dependsOn(variant.mergeAssetsProvider.get())
dependsOn(currentBundleTask)

enabled(currentBundleTask.enabled)
}
Expand Down

0 comments on commit 834e51e

Please sign in to comment.