From 923828e2427956631308f135cdb1ab797fee85d3 Mon Sep 17 00:00:00 2001 From: Francisco Bernal Date: Thu, 18 Apr 2024 09:33:07 -0700 Subject: [PATCH] chore: Update READMEs. - Android compileSdkVersion: 34 --- packages/google_mlkit_barcode_scanning/README.md | 2 +- packages/google_mlkit_commons/README.md | 2 +- packages/google_mlkit_digital_ink_recognition/README.md | 2 +- packages/google_mlkit_entity_extraction/README.md | 2 +- packages/google_mlkit_face_detection/README.md | 2 +- packages/google_mlkit_face_mesh_detection/README.md | 2 +- packages/google_mlkit_image_labeling/README.md | 2 +- packages/google_mlkit_language_id/README.md | 2 +- packages/google_mlkit_object_detection/README.md | 2 +- packages/google_mlkit_pose_detection/README.md | 2 +- packages/google_mlkit_selfie_segmentation/README.md | 2 +- packages/google_mlkit_smart_reply/README.md | 2 +- packages/google_mlkit_text_recognition/README.md | 2 +- packages/google_mlkit_translation/README.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/google_mlkit_barcode_scanning/README.md b/packages/google_mlkit_barcode_scanning/README.md index e52eb776..9fbcc1f7 100644 --- a/packages/google_mlkit_barcode_scanning/README.md +++ b/packages/google_mlkit_barcode_scanning/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_commons/README.md b/packages/google_mlkit_commons/README.md index ac1dbb2a..8e2f5231 100644 --- a/packages/google_mlkit_commons/README.md +++ b/packages/google_mlkit_commons/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_digital_ink_recognition/README.md b/packages/google_mlkit_digital_ink_recognition/README.md index d097e01e..a232c005 100644 --- a/packages/google_mlkit_digital_ink_recognition/README.md +++ b/packages/google_mlkit_digital_ink_recognition/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_entity_extraction/README.md b/packages/google_mlkit_entity_extraction/README.md index 93820cc2..47e21a8a 100644 --- a/packages/google_mlkit_entity_extraction/README.md +++ b/packages/google_mlkit_entity_extraction/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ### Supported languages diff --git a/packages/google_mlkit_face_detection/README.md b/packages/google_mlkit_face_detection/README.md index 3f5ef3cc..d5766ebb 100644 --- a/packages/google_mlkit_face_detection/README.md +++ b/packages/google_mlkit_face_detection/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_face_mesh_detection/README.md b/packages/google_mlkit_face_mesh_detection/README.md index 91cde95d..7fd26b15 100644 --- a/packages/google_mlkit_face_mesh_detection/README.md +++ b/packages/google_mlkit_face_mesh_detection/README.md @@ -89,7 +89,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_image_labeling/README.md b/packages/google_mlkit_image_labeling/README.md index 39e1565d..e8e92ce7 100644 --- a/packages/google_mlkit_image_labeling/README.md +++ b/packages/google_mlkit_image_labeling/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_language_id/README.md b/packages/google_mlkit_language_id/README.md index cd2b2231..1c3e1034 100644 --- a/packages/google_mlkit_language_id/README.md +++ b/packages/google_mlkit_language_id/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ### Supported languages diff --git a/packages/google_mlkit_object_detection/README.md b/packages/google_mlkit_object_detection/README.md index 0b8211e7..08c30cd0 100644 --- a/packages/google_mlkit_object_detection/README.md +++ b/packages/google_mlkit_object_detection/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_pose_detection/README.md b/packages/google_mlkit_pose_detection/README.md index 2f4a22f4..22f44d53 100644 --- a/packages/google_mlkit_pose_detection/README.md +++ b/packages/google_mlkit_pose_detection/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_selfie_segmentation/README.md b/packages/google_mlkit_selfie_segmentation/README.md index e18fec86..e6c9350b 100644 --- a/packages/google_mlkit_selfie_segmentation/README.md +++ b/packages/google_mlkit_selfie_segmentation/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_smart_reply/README.md b/packages/google_mlkit_smart_reply/README.md index f8b8736d..2e49187b 100644 --- a/packages/google_mlkit_smart_reply/README.md +++ b/packages/google_mlkit_smart_reply/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ## Usage diff --git a/packages/google_mlkit_text_recognition/README.md b/packages/google_mlkit_text_recognition/README.md index b625ce5a..bcf1b091 100644 --- a/packages/google_mlkit_text_recognition/README.md +++ b/packages/google_mlkit_text_recognition/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ### Supported languages diff --git a/packages/google_mlkit_translation/README.md b/packages/google_mlkit_translation/README.md index 807652dc..3468d796 100644 --- a/packages/google_mlkit_translation/README.md +++ b/packages/google_mlkit_translation/README.md @@ -81,7 +81,7 @@ Notice that the minimum `IPHONEOS_DEPLOYMENT_TARGET` is 12.0, you can set it to - minSdkVersion: 21 - targetSdkVersion: 33 -- compileSdkVersion: 33 +- compileSdkVersion: 34 ### Usage guidelines for ML Kit on-device translation