Skip to content

Commit

Permalink
Fix android build (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: An Nguyen <[email protected]>
  • Loading branch information
neven-s and atn4z7 authored Nov 7, 2022
1 parent 6a325be commit 453a1dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@ allprojects {
}
}
}
configurations.all {
resolutionStrategy {
force 'com.facebook.react:react-native:0.70.1'
}
}
}

0 comments on commit 453a1dc

Please sign in to comment.