ARCore Android SDK v1.53.0
diff --git a/samples/augmented_faces_java/app/build.gradle b/samples/augmented_faces_java/app/build.gradle index 2c3d57b..9fb9e92 100644 --- a/samples/augmented_faces_java/app/build.gradle +++ b/samples/augmented_faces_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/augmented_image_c/app/build.gradle b/samples/augmented_image_c/app/build.gradle index 3196f48..2610bb7 100644 --- a/samples/augmented_image_c/app/build.gradle +++ b/samples/augmented_image_c/app/build.gradle
@@ -69,8 +69,8 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' - natives 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' + natives 'com.google.ar:core:1.53.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0'
diff --git a/samples/augmented_image_java/app/build.gradle b/samples/augmented_image_java/app/build.gradle index 4d372f3..91b46ba 100644 --- a/samples/augmented_image_java/app/build.gradle +++ b/samples/augmented_image_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/cloud_anchor_java/app/build.gradle b/samples/cloud_anchor_java/app/build.gradle index df136c4..f2310d1 100644 --- a/samples/cloud_anchor_java/app/build.gradle +++ b/samples/cloud_anchor_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/computervision_c/app/build.gradle b/samples/computervision_c/app/build.gradle index 1182e9f..13999e6 100644 --- a/samples/computervision_c/app/build.gradle +++ b/samples/computervision_c/app/build.gradle
@@ -69,8 +69,8 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' - natives 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' + natives 'com.google.ar:core:1.53.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0'
diff --git a/samples/computervision_java/app/build.gradle b/samples/computervision_java/app/build.gradle index ea6c999..4a9c341 100644 --- a/samples/computervision_java/app/build.gradle +++ b/samples/computervision_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/geospatial_java/app/build.gradle b/samples/geospatial_java/app/build.gradle index aa6a8d1..6c17bfc 100644 --- a/samples/geospatial_java/app/build.gradle +++ b/samples/geospatial_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' implementation 'com.google.android.gms:play-services-location:19.0.1' implementation 'com.google.android.gms:play-services-auth:19.0.0'
diff --git a/samples/hardwarebuffer_c/app/build.gradle b/samples/hardwarebuffer_c/app/build.gradle index 100bbe5..ebfae13 100644 --- a/samples/hardwarebuffer_c/app/build.gradle +++ b/samples/hardwarebuffer_c/app/build.gradle
@@ -71,8 +71,8 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' - natives 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' + natives 'com.google.ar:core:1.53.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0'
diff --git a/samples/hardwarebuffer_java/app/build.gradle b/samples/hardwarebuffer_java/app/build.gradle index ea43486..7e041e2 100644 --- a/samples/hardwarebuffer_java/app/build.gradle +++ b/samples/hardwarebuffer_java/app/build.gradle
@@ -67,8 +67,8 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' - natives 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' + natives 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/hello_ar_c/app/build.gradle b/samples/hello_ar_c/app/build.gradle index 4c8aec6..0dc8408 100644 --- a/samples/hello_ar_c/app/build.gradle +++ b/samples/hello_ar_c/app/build.gradle
@@ -69,8 +69,8 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' - natives 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' + natives 'com.google.ar:core:1.53.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0'
diff --git a/samples/hello_ar_java/app/build.gradle b/samples/hello_ar_java/app/build.gradle index 252dccc..2ef6635 100644 --- a/samples/hello_ar_java/app/build.gradle +++ b/samples/hello_ar_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/hello_ar_kotlin/app/build.gradle b/samples/hello_ar_kotlin/app/build.gradle index b23afc4..bdc0827 100644 --- a/samples/hello_ar_kotlin/app/build.gradle +++ b/samples/hello_ar_kotlin/app/build.gradle
@@ -46,7 +46,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/hello_ar_vulkan_c/app/build.gradle b/samples/hello_ar_vulkan_c/app/build.gradle index 5e7025a..c2e28d3 100644 --- a/samples/hello_ar_vulkan_c/app/build.gradle +++ b/samples/hello_ar_vulkan_c/app/build.gradle
@@ -70,8 +70,8 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' - natives 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' + natives 'com.google.ar:core:1.53.0' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0'
diff --git a/samples/hello_eis_kotlin/app/build.gradle b/samples/hello_eis_kotlin/app/build.gradle index b3cb29d..3a77acb 100644 --- a/samples/hello_eis_kotlin/app/build.gradle +++ b/samples/hello_eis_kotlin/app/build.gradle
@@ -46,7 +46,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/ml_kotlin/app/build.gradle b/samples/ml_kotlin/app/build.gradle index ae65982..1fde321 100644 --- a/samples/ml_kotlin/app/build.gradle +++ b/samples/ml_kotlin/app/build.gradle
@@ -70,7 +70,7 @@ implementation 'com.google.mlkit:object-detection-custom:16.3.1' // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/persistent_cloud_anchor_java/app/build.gradle b/samples/persistent_cloud_anchor_java/app/build.gradle index 36c565c..29d7c22 100644 --- a/samples/persistent_cloud_anchor_java/app/build.gradle +++ b/samples/persistent_cloud_anchor_java/app/build.gradle
@@ -46,7 +46,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/raw_depth_java/app/build.gradle b/samples/raw_depth_java/app/build.gradle index a0814fb..a4f9670 100644 --- a/samples/raw_depth_java/app/build.gradle +++ b/samples/raw_depth_java/app/build.gradle
@@ -43,7 +43,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/recording_playback_java/app/build.gradle b/samples/recording_playback_java/app/build.gradle index 02e4e9d..ba98316 100644 --- a/samples/recording_playback_java/app/build.gradle +++ b/samples/recording_playback_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/semantics_java/app/build.gradle b/samples/semantics_java/app/build.gradle index 19b5e41..fd7c49d 100644 --- a/samples/semantics_java/app/build.gradle +++ b/samples/semantics_java/app/build.gradle
@@ -42,7 +42,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj
diff --git a/samples/shared_camera_java/app/build.gradle b/samples/shared_camera_java/app/build.gradle index 8de066d..b58e8c2 100644 --- a/samples/shared_camera_java/app/build.gradle +++ b/samples/shared_camera_java/app/build.gradle
@@ -43,7 +43,7 @@ dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.52.0' + implementation 'com.google.ar:core:1.53.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj