From 80036a515b38deca1ad080b7c436856b454358f5 Mon Sep 17 00:00:00 2001 From: Mark Fine Date: Thu, 20 Jun 2024 20:07:36 +0000 Subject: [PATCH] ARCore Android SDK v1.44.0 --- samples/augmented_faces_java/app/build.gradle | 2 +- samples/augmented_image_c/app/build.gradle | 4 ++-- samples/augmented_image_java/app/build.gradle | 2 +- samples/cloud_anchor_java/app/build.gradle | 2 +- samples/computervision_c/app/build.gradle | 4 ++-- samples/computervision_java/app/build.gradle | 2 +- samples/geospatial_java/app/build.gradle | 2 +- samples/hardwarebuffer_c/app/build.gradle | 4 ++-- samples/hardwarebuffer_java/app/build.gradle | 4 ++-- samples/hello_ar_c/app/build.gradle | 4 ++-- samples/hello_ar_java/app/build.gradle | 2 +- samples/hello_ar_kotlin/app/build.gradle | 2 +- samples/hello_ar_vulkan_c/app/build.gradle | 4 ++-- samples/hello_eis_kotlin/app/build.gradle | 2 +- samples/ml_kotlin/app/build.gradle | 2 +- samples/persistent_cloud_anchor_java/app/build.gradle | 2 +- samples/raw_depth_java/app/build.gradle | 2 +- samples/recording_playback_java/app/build.gradle | 2 +- samples/semantics_java/app/build.gradle | 2 +- samples/shared_camera_java/app/build.gradle | 2 +- 20 files changed, 26 insertions(+), 26 deletions(-) diff --git a/samples/augmented_faces_java/app/build.gradle b/samples/augmented_faces_java/app/build.gradle index 6aee9ffc4d..8486d040d3 100644 --- a/samples/augmented_faces_java/app/build.gradle +++ b/samples/augmented_faces_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 39d4de8f71..dc47f9281f 100644 --- a/samples/augmented_image_c/app/build.gradle +++ b/samples/augmented_image_c/app/build.gradle @@ -68,8 +68,8 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' - natives 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.0' + natives 'com.google.ar:core:1.44.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 387486c583..8de766a773 100644 --- a/samples/augmented_image_java/app/build.gradle +++ b/samples/augmented_image_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 6c33882366..96b20303c4 100644 --- a/samples/cloud_anchor_java/app/build.gradle +++ b/samples/cloud_anchor_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 509cc71cde..f5727ec7ab 100644 --- a/samples/computervision_c/app/build.gradle +++ b/samples/computervision_c/app/build.gradle @@ -68,8 +68,8 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' - natives 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.0' + natives 'com.google.ar:core:1.44.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 2bc79b6fab..ed8494f456 100644 --- a/samples/computervision_java/app/build.gradle +++ b/samples/computervision_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 312b3d546b..9045a78eb0 100644 --- a/samples/geospatial_java/app/build.gradle +++ b/samples/geospatial_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 76eb9eab91..acccc2f700 100644 --- a/samples/hardwarebuffer_c/app/build.gradle +++ b/samples/hardwarebuffer_c/app/build.gradle @@ -70,8 +70,8 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' - natives 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.0' + natives 'com.google.ar:core:1.44.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 85d14419f2..4476dd6fa0 100644 --- a/samples/hardwarebuffer_java/app/build.gradle +++ b/samples/hardwarebuffer_java/app/build.gradle @@ -66,8 +66,8 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' - natives 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.0' + natives 'com.google.ar:core:1.44.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 c472705f80..25bd561066 100644 --- a/samples/hello_ar_c/app/build.gradle +++ b/samples/hello_ar_c/app/build.gradle @@ -68,8 +68,8 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' - natives 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.0' + natives 'com.google.ar:core:1.44.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 020d308a70..7674997f13 100644 --- a/samples/hello_ar_java/app/build.gradle +++ b/samples/hello_ar_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 b8a3d724fc..3d6cf522ad 100644 --- a/samples/hello_ar_kotlin/app/build.gradle +++ b/samples/hello_ar_kotlin/app/build.gradle @@ -45,7 +45,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 ef40eeb9e2..9264f94822 100644 --- a/samples/hello_ar_vulkan_c/app/build.gradle +++ b/samples/hello_ar_vulkan_c/app/build.gradle @@ -69,8 +69,8 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' - natives 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.0' + natives 'com.google.ar:core:1.44.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 f06cab5353..d86b883835 100644 --- a/samples/hello_eis_kotlin/app/build.gradle +++ b/samples/hello_eis_kotlin/app/build.gradle @@ -45,7 +45,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 19f9c2eef3..7f54a29e7a 100644 --- a/samples/ml_kotlin/app/build.gradle +++ b/samples/ml_kotlin/app/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation 'com.google.mlkit:object-detection-custom:16.3.1' // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 6ca44b2d47..a227a774b0 100644 --- a/samples/persistent_cloud_anchor_java/app/build.gradle +++ b/samples/persistent_cloud_anchor_java/app/build.gradle @@ -45,7 +45,7 @@ repositories { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 dc820af051..b4f9068c8a 100644 --- a/samples/raw_depth_java/app/build.gradle +++ b/samples/raw_depth_java/app/build.gradle @@ -42,7 +42,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 206d6f76ed..c728e4d24c 100644 --- a/samples/recording_playback_java/app/build.gradle +++ b/samples/recording_playback_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 68e73f7cff..9df67b4ebc 100644 --- a/samples/semantics_java/app/build.gradle +++ b/samples/semantics_java/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.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 6728a3ca46..97b2fd86f5 100644 --- a/samples/shared_camera_java/app/build.gradle +++ b/samples/shared_camera_java/app/build.gradle @@ -42,7 +42,7 @@ android { dependencies { // ARCore (Google Play Services for AR) library. - implementation 'com.google.ar:core:1.43.0' + implementation 'com.google.ar:core:1.44.0' // Obj - a simple Wavefront OBJ file loader // https://github.com/javagl/Obj