Skip to content

Commit

Permalink
fix: Bitrise build
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlarsson committed Jan 18, 2023
1 parent 8a1123d commit 10e993a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/skolplattformen-app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 10e993a

Please sign in to comment.