Skip to content

Commit 48ed62c

Browse files
authored
Update ARCore runtime to latest (#303)
1 parent 48eef47 commit 48ed62c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ dependencies {
125125
//noinspection GradleDynamicVersion
126126
implementation 'com.facebook.react:react-native:+' // From node_modules
127127
implementation fileTree(dir: "libs", include: ["*.jar"])
128-
implementation 'com.google.ar:core:1.14.0'
128+
implementation 'com.google.ar:core:1.27.0'
129129

130130
api("com.facebook.fbjni:fbjni-java-only:0.0.3")
131131

132-
natives 'com.google.ar:core:1.14.0'
132+
natives 'com.google.ar:core:1.27.0'
133133
fbjniHeaders 'com.facebook.fbjni:fbjni:0.0.2:headers'
134134
fbjniLibs 'com.facebook.fbjni:fbjni:0.0.2'
135135
}

Package/Android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repositories {
8989
dependencies {
9090
//noinspection GradleDynamicVersion
9191
implementation 'com.facebook.react:react-native:+' // From node_modules
92-
implementation 'com.google.ar:core:1.14.0'
92+
implementation 'com.google.ar:core:1.27.0'
9393
}
9494

9595
def configureReactNativePom(def pom) {

0 commit comments

Comments
 (0)