Skip to content

Commit 7995a4d

Browse files
turbomodule investigations
1 parent 7848810 commit 7995a4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Modules/@babylonjs/react-native/android/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ def safeExtGet(prop, fallback) {
4646
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
4747
}
4848

49-
apply plugin: 'com.android.library'
50-
5149
def rootBuildDir = "${rootProject.rootDir}/../Build/Android"
5250
def extractedLibDir = "${rootBuildDir}/lib"
5351

@@ -157,7 +155,7 @@ repositories {
157155
}
158156

159157
dependencies {
160-
implementation ("com.facebook.react:react-android")
158+
implementation ("com.facebook.react:react-android:+")
161159
implementation fileTree(dir: "libs", include: ["*.jar"])
162160
implementation 'com.google.ar:core:1.22.0'
163161
implementation 'com.facebook.fbjni:fbjni:0.3.0'

0 commit comments

Comments
 (0)