Skip to content

Commit dcf7762

Browse files
arcore libs extract
1 parent 6252401 commit dcf7762

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
@@ -157,14 +157,12 @@ repositories {
157157
}
158158

159159
dependencies {
160-
//noinspection GradleDynamicVersion
161160
implementation ("com.facebook.react:react-android")
162161
implementation fileTree(dir: "libs", include: ["*.jar"])
163162
implementation 'com.google.ar:core:1.22.0'
164163
implementation 'com.facebook.fbjni:fbjni:0.3.0'
165164

166-
//extractHeaders 'com.facebook.fbjni:fbjni:0.3.0:headers'
167-
//extractLibs 'com.facebook.fbjni:fbjni:0.3.0', 'com.google.ar:core:1.22.0'
165+
extractLibs 'com.google.ar:core:1.22.0'
168166
}
169167

170168
def configureReactNativePom(def pom) {

0 commit comments

Comments
 (0)