Skip to content

Commit 043e2f1

Browse files
fixes cci
1 parent 4ca36bc commit 043e2f1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/react-native-platform/android/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@ android {
6262
java.srcDirs += 'build/generated/source/codegen/java'
6363
}
6464
}
65+
}
6566

67+
repositories {
68+
google()
69+
mavenCentral()
70+
maven {
71+
url "$rootDir/../node_modules/react-native/android"
72+
}
6673
}
6774

6875
repositories {

0 commit comments

Comments
 (0)