Skip to content

Commit 2dc3bfd

Browse files
committed
debug: try resolutionStrategy fix
1 parent 5302d01 commit 2dc3bfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

android/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ allprojects {
5353
throw new GradleException('STATUS_GO_ANDROID_LIBDIR environment variable is not valid!')
5454
}
5555
}
56+
configurations.all {
57+
resolutionStrategy {
58+
force "com.facebook.react:react-native:0.72.3"
59+
}
60+
}
61+
5662

5763
repositories {
5864
mavenLocal()

0 commit comments

Comments
 (0)