Skip to content

Commit b73725b

Browse files
author
Mark Fine
committed
ARCore Android SDK v1.48.0
1 parent dc7ef72 commit b73725b

File tree

60 files changed

+66
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+66
-26
lines changed

samples/augmented_faces_java/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
// ARCore (Google Play Services for AR) library.
45-
implementation 'com.google.ar:core:1.47.0'
45+
implementation 'com.google.ar:core:1.48.0'
4646

4747
// Obj - a simple Wavefront OBJ file loader
4848
// https://github.com/javagl/Obj
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was generated by the Gradle 'init' task.
2+
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
-19.8 KB
Binary file not shown.

samples/augmented_image_c/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ android {
6969

7070
dependencies {
7171
// ARCore (Google Play Services for AR) library.
72-
implementation 'com.google.ar:core:1.47.0'
73-
natives 'com.google.ar:core:1.47.0'
72+
implementation 'com.google.ar:core:1.48.0'
73+
natives 'com.google.ar:core:1.48.0'
7474

7575
implementation 'androidx.appcompat:appcompat:1.1.0'
7676
implementation 'com.google.android.material:material:1.1.0'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was generated by the Gradle 'init' task.
2+
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
-19.8 KB
Binary file not shown.

samples/augmented_image_java/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
// ARCore (Google Play Services for AR) library.
45-
implementation 'com.google.ar:core:1.47.0'
45+
implementation 'com.google.ar:core:1.48.0'
4646

4747
// Obj - a simple Wavefront OBJ file loader
4848
// https://github.com/javagl/Obj
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was generated by the Gradle 'init' task.
2+
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
-19.8 KB
Binary file not shown.

samples/cloud_anchor_java/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242

4343
dependencies {
4444
// ARCore (Google Play Services for AR) library.
45-
implementation 'com.google.ar:core:1.47.0'
45+
implementation 'com.google.ar:core:1.48.0'
4646

4747
// Obj - a simple Wavefront OBJ file loader
4848
// https://github.com/javagl/Obj

0 commit comments

Comments
 (0)