We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7848810 commit 7995a4dCopy full SHA for 7995a4d
Modules/@babylonjs/react-native/android/build.gradle
@@ -46,8 +46,6 @@ def safeExtGet(prop, fallback) {
46
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
47
}
48
49
-apply plugin: 'com.android.library'
50
-
51
def rootBuildDir = "${rootProject.rootDir}/../Build/Android"
52
def extractedLibDir = "${rootBuildDir}/lib"
53
@@ -157,7 +155,7 @@ repositories {
157
155
158
156
159
dependencies {
160
- implementation ("com.facebook.react:react-android")
+ implementation ("com.facebook.react:react-android:+")
161
implementation fileTree(dir: "libs", include: ["*.jar"])
162
implementation 'com.google.ar:core:1.22.0'
163
implementation 'com.facebook.fbjni:fbjni:0.3.0'
0 commit comments