fix: Bitrise build

This commit is contained in:
Viktor Sarström 2023-01-18 09:59:47 +01:00
parent 8a1123d640
commit 10e993ab9d
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ allprojects {
google()
maven { url 'https://www.jitpack.io' }
}
configurations.all {
resolutionStrategy {
force "com.facebook.react:react-native:0.67.+"
force "com.facebook.react:hermes-engine:0.67.+"
}
}
}
subprojects {