Skip to content

Commit

Permalink
Merge pull request #91 from Karthiccc23/updateWorkflow
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
rthic23 authored Jan 10, 2023
2 parents 98eb6ca + 1969e6c commit 45531e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ buildscript {
}
}

def REACT_NATIVE_VERSION = new groovy.json.JsonSlurper().parse(new File("$rootDir/../node_modules/react-native/package.json")).version

allprojects {
configurations.all {
resolutionStrategy {
// Remove this override in 0.65+, as a proper fix is included in react-native itself.
force "com.facebook.react:react-native:" + REACT_NATIVE_VERSION
}
}

repositories {
google()
maven {
Expand Down

0 comments on commit 45531e4

Please sign in to comment.