diff --git a/packages/camera/camera/CHANGELOG.md b/packages/camera/camera/CHANGELOG.md index cbb5031f6da..373296c3a39 100644 --- a/packages/camera/camera/CHANGELOG.md +++ b/packages/camera/camera/CHANGELOG.md @@ -1,6 +1,9 @@ ## NEXT -* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 0.11.3 diff --git a/packages/camera/camera/README.md b/packages/camera/camera/README.md index cb016d68c96..f3fbdc35a73 100644 --- a/packages/camera/camera/README.md +++ b/packages/camera/camera/README.md @@ -8,7 +8,7 @@ A Flutter plugin for iOS, Android and Web allowing access to the device cameras. | | Android | iOS | Web | |----------------|---------|-----------|------------------------| -| **Support** | SDK 24+ | iOS 12.0+ | [See `camera_web `][1] | +| **Support** | SDK 24+ | iOS 13.0+ | [See `camera_web `][1] | ## Features diff --git a/packages/espresso/CHANGELOG.md b/packages/espresso/CHANGELOG.md index 0e4f40048ea..74139ea7d62 100644 --- a/packages/espresso/CHANGELOG.md +++ b/packages/espresso/CHANGELOG.md @@ -1,6 +1,9 @@ +## NEXT + +* Updates README to reflect currently supported OS version. + ## 0.4.0+19 -* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. * Bumps `com.squareup.okhttp3:okhttp` from 5.3.0 to 5.3.1. ## 0.4.0+18 diff --git a/packages/espresso/README.md b/packages/espresso/README.md index ecab75506c5..ff2f813aef4 100644 --- a/packages/espresso/README.md +++ b/packages/espresso/README.md @@ -4,7 +4,7 @@ Provides bindings for Espresso tests of Flutter Android apps. | | Android | |-------------|---------| -| **Support** | SDK 21+ | +| **Support** | SDK 24+ | ## Installation diff --git a/packages/espresso/android/build.gradle b/packages/espresso/android/build.gradle index bff7d0712a2..4557693db38 100644 --- a/packages/espresso/android/build.gradle +++ b/packages/espresso/android/build.gradle @@ -26,7 +26,7 @@ android { compileSdk = flutter.compileSdkVersion defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -92,5 +92,3 @@ dependencies { // classpath. api("androidx.test.espresso:espresso-idling-resource:3.7.0") } - - diff --git a/packages/file_selector/file_selector/CHANGELOG.md b/packages/file_selector/file_selector/CHANGELOG.md index 189d99c9634..770404b2730 100644 --- a/packages/file_selector/file_selector/CHANGELOG.md +++ b/packages/file_selector/file_selector/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 1.0.4 diff --git a/packages/file_selector/file_selector/README.md b/packages/file_selector/file_selector/README.md index 71098b12734..8a00d90c0f0 100644 --- a/packages/file_selector/file_selector/README.md +++ b/packages/file_selector/file_selector/README.md @@ -8,7 +8,7 @@ A Flutter plugin that manages files and interactions with file dialogs. | | Android | iOS | Linux | macOS | Web | Windows | |-------------|---------|---------|-------|--------|-----|-------------| -| **Support** | SDK 21+ | iOS 12+ | Any | 10.14+ | Any | Windows 10+ | +| **Support** | SDK 24+ | iOS 13+ | Any | 10.15+ | Any | Windows 10+ | ## Setup diff --git a/packages/file_selector/file_selector_android/android/build.gradle b/packages/file_selector/file_selector_android/android/build.gradle index dca9a65e346..061d010ab4f 100644 --- a/packages/file_selector/file_selector_android/android/build.gradle +++ b/packages/file_selector/file_selector_android/android/build.gradle @@ -31,7 +31,7 @@ android { } defaultConfig { - minSdkVersion 21 + minSdkVersion 24 } dependencies { diff --git a/packages/flutter_plugin_android_lifecycle/CHANGELOG.md b/packages/flutter_plugin_android_lifecycle/CHANGELOG.md index db8dfa7dd1f..745d3ac03e8 100644 --- a/packages/flutter_plugin_android_lifecycle/CHANGELOG.md +++ b/packages/flutter_plugin_android_lifecycle/CHANGELOG.md @@ -1,3 +1,7 @@ +## NEXT + +* Updates README to reflect currently supported OS version. + ## 2.0.32 * Updates Java compatibility version to 17 and minimum supported SDK version to Flutter 3.35/Dart 3.9. diff --git a/packages/flutter_plugin_android_lifecycle/README.md b/packages/flutter_plugin_android_lifecycle/README.md index b2e321cfbef..ebb67b5b793 100644 --- a/packages/flutter_plugin_android_lifecycle/README.md +++ b/packages/flutter_plugin_android_lifecycle/README.md @@ -11,7 +11,7 @@ major version of the Android `Lifecycle` API they expect. | | Android | |-------------|---------| -| **Support** | SDK 21+ | +| **Support** | SDK 24+ | ## Example diff --git a/packages/flutter_plugin_android_lifecycle/android/build.gradle b/packages/flutter_plugin_android_lifecycle/android/build.gradle index 753301bc516..b04ee74f7f4 100644 --- a/packages/flutter_plugin_android_lifecycle/android/build.gradle +++ b/packages/flutter_plugin_android_lifecycle/android/build.gradle @@ -26,7 +26,7 @@ android { compileSdk = flutter.compileSdkVersion defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles 'proguard.txt' } diff --git a/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md b/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md index 64bc5dc7a8b..b4fb61a960f 100644 --- a/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md +++ b/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 2.14.0 diff --git a/packages/google_maps_flutter/google_maps_flutter/README.md b/packages/google_maps_flutter/google_maps_flutter/README.md index bd32b8f7e52..24f44518a70 100644 --- a/packages/google_maps_flutter/google_maps_flutter/README.md +++ b/packages/google_maps_flutter/google_maps_flutter/README.md @@ -8,7 +8,7 @@ A Flutter plugin that provides a [Google Maps](https://developers.google.com/map | | Android | iOS | Web | |-------------|---------|---------|----------------------------------| -| **Support** | SDK 21+ | iOS 14+ | Same as [Flutter's][web-support] | +| **Support** | SDK 24+ | iOS 14+ | Same as [Flutter's][web-support] | [web-support]: https://docs.flutter.dev/reference/supported-platforms diff --git a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle index a7caae10462..a4a13f7b3db 100644 --- a/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle +++ b/packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle @@ -26,7 +26,7 @@ android { compileSdk = flutter.compileSdkVersion defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions { diff --git a/packages/google_sign_in/google_sign_in/CHANGELOG.md b/packages/google_sign_in/google_sign_in/CHANGELOG.md index e85a56edbab..b41140e10c9 100644 --- a/packages/google_sign_in/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 7.2.0 diff --git a/packages/google_sign_in/google_sign_in/README.md b/packages/google_sign_in/google_sign_in/README.md index 0a29d0c47da..7b3b2b91480 100644 --- a/packages/google_sign_in/google_sign_in/README.md +++ b/packages/google_sign_in/google_sign_in/README.md @@ -4,7 +4,7 @@ A Flutter plugin for [Google Sign In](https://developers.google.com/identity/). | | Android | iOS | macOS | Web | |-------------|---------|-------|--------|-----| -| **Support** | SDK 21+ | 12.0+ | 10.15+ | Any | +| **Support** | SDK 24+ | 13.0+ | 10.15+ | Any | ## Setup diff --git a/packages/google_sign_in/google_sign_in_android/android/build.gradle b/packages/google_sign_in/google_sign_in_android/android/build.gradle index 8ed105f008b..a30992b9a83 100644 --- a/packages/google_sign_in/google_sign_in_android/android/build.gradle +++ b/packages/google_sign_in/google_sign_in_android/android/build.gradle @@ -29,7 +29,7 @@ android { compileSdk = flutter.compileSdkVersion defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/packages/image_picker/image_picker/CHANGELOG.md b/packages/image_picker/image_picker/CHANGELOG.md index 935de8615a9..2e2ae66568e 100644 --- a/packages/image_picker/image_picker/CHANGELOG.md +++ b/packages/image_picker/image_picker/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 1.2.1 diff --git a/packages/image_picker/image_picker/README.md b/packages/image_picker/image_picker/README.md index a112479edf4..f432d82914d 100755 --- a/packages/image_picker/image_picker/README.md +++ b/packages/image_picker/image_picker/README.md @@ -7,7 +7,7 @@ A Flutter plugin for picking images from the image library, and taking new pictu | | Android | iOS | Linux | macOS | Web | Windows | |-------------|---------|---------|-------|--------|---------------------------------|-------------| -| **Support** | SDK 24+ | iOS 12+ | Any | 10.14+ | [See `image_picker_for_web`](https://pub.dev/packages/image_picker_for_web#limitations-on-the-web-platform) | Windows 10+ | +| **Support** | SDK 24+ | iOS 13+ | Any | 10.15+ | [See `image_picker_for_web`](https://pub.dev/packages/image_picker_for_web#limitations-on-the-web-platform) | Windows 10+ | ## Setup diff --git a/packages/in_app_purchase/in_app_purchase/CHANGELOG.md b/packages/in_app_purchase/in_app_purchase/CHANGELOG.md index 4d148ad62f5..9d2f7a1a83a 100644 --- a/packages/in_app_purchase/in_app_purchase/CHANGELOG.md +++ b/packages/in_app_purchase/in_app_purchase/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 3.2.3 * Updates minimum `in_app_purchase_storekit` version to 0.4.0. diff --git a/packages/in_app_purchase/in_app_purchase/README.md b/packages/in_app_purchase/in_app_purchase/README.md index a9ce1c98a72..79b87014549 100644 --- a/packages/in_app_purchase/in_app_purchase/README.md +++ b/packages/in_app_purchase/in_app_purchase/README.md @@ -7,7 +7,7 @@ which can be the App Store (on iOS and macOS) or Google Play (on Android). | | Android | iOS | macOS | |-------------|---------|-------|--------| -| **Support** | SDK 21+ | 12.0+ | 10.15+ | +| **Support** | SDK 24+ | 13.0+ | 10.15+ |

diff --git a/packages/path_provider/path_provider_android/android/build.gradle b/packages/path_provider/path_provider_android/android/build.gradle index b8d75d65f3c..fb50f98114b 100644 --- a/packages/path_provider/path_provider_android/android/build.gradle +++ b/packages/path_provider/path_provider_android/android/build.gradle @@ -26,7 +26,7 @@ android { compileSdk = flutter.compileSdkVersion defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions { diff --git a/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle b/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle index 2da1e3bc835..5965c515344 100644 --- a/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle +++ b/packages/pigeon/platform_tests/alternate_language_test_plugin/android/build.gradle @@ -31,7 +31,7 @@ android { } defaultConfig { - minSdkVersion 21 + minSdkVersion 24 } testOptions { diff --git a/packages/pigeon/platform_tests/test_plugin/android/build.gradle b/packages/pigeon/platform_tests/test_plugin/android/build.gradle index c7271cc94f9..d243f4b6b8c 100644 --- a/packages/pigeon/platform_tests/test_plugin/android/build.gradle +++ b/packages/pigeon/platform_tests/test_plugin/android/build.gradle @@ -43,7 +43,7 @@ android { } defaultConfig { - minSdkVersion 21 + minSdkVersion 24 } testOptions { diff --git a/packages/pointer_interceptor/pointer_interceptor/CHANGELOG.md b/packages/pointer_interceptor/pointer_interceptor/CHANGELOG.md index 3f8575892ef..42c38b8299c 100644 --- a/packages/pointer_interceptor/pointer_interceptor/CHANGELOG.md +++ b/packages/pointer_interceptor/pointer_interceptor/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 0.10.1+2 diff --git a/packages/pointer_interceptor/pointer_interceptor/README.md b/packages/pointer_interceptor/pointer_interceptor/README.md index ebeb90cc02d..2e5c3bfcc09 100644 --- a/packages/pointer_interceptor/pointer_interceptor/README.md +++ b/packages/pointer_interceptor/pointer_interceptor/README.md @@ -2,7 +2,7 @@ | | iOS | Web | |-------------|---------|-----| -| **Support** | iOS 12+ | Any | +| **Support** | iOS 13+ | Any | `PointerInterceptor` is a widget that prevents mouse events from being captured by an underlying [`HtmlElementView`](https://api.flutter.dev/flutter/widgets/HtmlElementView-class.html) in web, or an underlying [`PlatformView`](https://api.flutter.dev/flutter/widgets/PlatformViewLink-class.html) on iOS. diff --git a/packages/quick_actions/quick_actions/CHANGELOG.md b/packages/quick_actions/quick_actions/CHANGELOG.md index 44eff9160de..8959af57b6a 100644 --- a/packages/quick_actions/quick_actions/CHANGELOG.md +++ b/packages/quick_actions/quick_actions/CHANGELOG.md @@ -1,7 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. -* Updates README to indicate that Andoid SDK <21 is no longer supported. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 1.1.0 diff --git a/packages/quick_actions/quick_actions/README.md b/packages/quick_actions/quick_actions/README.md index d9e0297cc6d..72dcd42220e 100644 --- a/packages/quick_actions/quick_actions/README.md +++ b/packages/quick_actions/quick_actions/README.md @@ -9,9 +9,9 @@ on iOS and to the [App Shortcuts](https://developer.android.com/guide/topics/ui/shortcuts.html) APIs on Android. -| | Android | iOS | -|-------------|-----------|------| -| **Support** | SDK 21+\* | 9.0+ | +| | Android | iOS | +|-------------|-----------|-------| +| **Support** | SDK 24+\* | 13.0+ | ## Usage @@ -45,7 +45,7 @@ quick action. ### Android -\* The plugin will compile and run on SDK 16+, but will be a no-op below SDK 25 +\* The plugin will compile and run on SDK 24, but will be a no-op below SDK 25 (Android 7.1). If the drawables used as icons are not referenced other than in your Dart code, diff --git a/packages/quick_actions/quick_actions_android/android/build.gradle b/packages/quick_actions/quick_actions_android/android/build.gradle index cd2491ee048..49ee4b6db7f 100644 --- a/packages/quick_actions/quick_actions_android/android/build.gradle +++ b/packages/quick_actions/quick_actions_android/android/build.gradle @@ -26,7 +26,7 @@ android { compileSdk = flutter.compileSdkVersion defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions { diff --git a/packages/shared_preferences/shared_preferences/CHANGELOG.md b/packages/shared_preferences/shared_preferences/CHANGELOG.md index 252cb6c785c..900f10444ca 100644 --- a/packages/shared_preferences/shared_preferences/CHANGELOG.md +++ b/packages/shared_preferences/shared_preferences/CHANGELOG.md @@ -1,7 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. -* Updates README to indicate that Andoid SDK <21 is no longer supported. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 2.5.3 diff --git a/packages/shared_preferences/shared_preferences/README.md b/packages/shared_preferences/shared_preferences/README.md index f55f2ee7e55..aa1e3486c47 100644 --- a/packages/shared_preferences/shared_preferences/README.md +++ b/packages/shared_preferences/shared_preferences/README.md @@ -13,7 +13,7 @@ Supported data types are `int`, `double`, `bool`, `String` and `List`. | | Android | iOS | Linux | macOS | Web | Windows | |-------------|---------|-------|-------|--------|-----|-------------| -| **Support** | SDK 21+ | 12.0+ | Any | 10.14+ | Any | Any | +| **Support** | SDK 24+ | 13.0+ | Any | 10.15+ | Any | Any | ## Usage diff --git a/packages/shared_preferences/shared_preferences_android/android/build.gradle b/packages/shared_preferences/shared_preferences_android/android/build.gradle index 223df210ac0..343e9dc5437 100644 --- a/packages/shared_preferences/shared_preferences_android/android/build.gradle +++ b/packages/shared_preferences/shared_preferences_android/android/build.gradle @@ -50,7 +50,7 @@ android { } defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lint { diff --git a/packages/url_launcher/url_launcher/CHANGELOG.md b/packages/url_launcher/url_launcher/CHANGELOG.md index a4af9cc5d48..33e1bf208c0 100644 --- a/packages/url_launcher/url_launcher/CHANGELOG.md +++ b/packages/url_launcher/url_launcher/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 6.3.2 diff --git a/packages/url_launcher/url_launcher/README.md b/packages/url_launcher/url_launcher/README.md index 9e342629d12..ab718bcab1e 100644 --- a/packages/url_launcher/url_launcher/README.md +++ b/packages/url_launcher/url_launcher/README.md @@ -8,7 +8,7 @@ A Flutter plugin for launching a URL. | | Android | iOS | Linux | macOS | Web | Windows | |-------------|---------|-------|-------|--------|-----|-------------| -| **Support** | SDK 21+ | 12.0+ | Any | 10.14+ | Any | Windows 10+ | +| **Support** | SDK 24+ | 13.0+ | Any | 10.15+ | Any | Windows 10+ | ## Example diff --git a/packages/video_player/video_player/CHANGELOG.md b/packages/video_player/video_player/CHANGELOG.md index ea702cfe80f..3524be91edc 100644 --- a/packages/video_player/video_player/CHANGELOG.md +++ b/packages/video_player/video_player/CHANGELOG.md @@ -1,6 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 2.10.1 diff --git a/packages/video_player/video_player/README.md b/packages/video_player/video_player/README.md index a5b2814c2c3..ec2c43174c3 100644 --- a/packages/video_player/video_player/README.md +++ b/packages/video_player/video_player/README.md @@ -8,7 +8,7 @@ A Flutter plugin for iOS, Android and Web for playing back video on a Widget sur | | Android | iOS | macOS | Web | |-------------|---------|-------|--------|-------| -| **Support** | SDK 21+ | 12.0+ | 10.14+ | Any\* | +| **Support** | SDK 24+ | 13.0+ | 10.15+ | Any\* | ![The example app running in iOS](https://github.com/flutter/packages/blob/main/packages/video_player/video_player/doc/demo_ipod.gif?raw=true) diff --git a/packages/video_player/video_player_android/android/build.gradle b/packages/video_player/video_player_android/android/build.gradle index 509db4ea022..7551c3cb98c 100644 --- a/packages/video_player/video_player_android/android/build.gradle +++ b/packages/video_player/video_player_android/android/build.gradle @@ -29,7 +29,7 @@ android { compileSdk = flutter.compileSdkVersion defaultConfig { - minSdkVersion 21 + minSdkVersion 24 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions { diff --git a/packages/webview_flutter/webview_flutter/CHANGELOG.md b/packages/webview_flutter/webview_flutter/CHANGELOG.md index 305b5adc87c..62abdb77ef7 100644 --- a/packages/webview_flutter/webview_flutter/CHANGELOG.md +++ b/packages/webview_flutter/webview_flutter/CHANGELOG.md @@ -1,7 +1,10 @@ ## NEXT * Updates minimum supported SDK version to Flutter 3.32/Dart 3.8. -* Updates README to reflect that only Android API 24+ is supported. +* Updates README to reflect currently supported OS versions for the latest + versions of the endorsed platform implementations. + * Applications built with older versions of Flutter will continue to + use compatible versions of the platform implementations. ## 4.13.0 diff --git a/packages/webview_flutter/webview_flutter/README.md b/packages/webview_flutter/webview_flutter/README.md index 267519d3e81..a4e447fe49d 100644 --- a/packages/webview_flutter/webview_flutter/README.md +++ b/packages/webview_flutter/webview_flutter/README.md @@ -11,7 +11,7 @@ On Android the WebView widget is backed by a [WebView](https://developer.android | | Android | iOS | macOS | |-------------|---------|-------|--------| -| **Support** | SDK 24+ | 12.0+ | 10.14+ | +| **Support** | SDK 24+ | 13.0+ | 10.15+ | ## Usage