From e72297407293e0480b747161880eb984f792ae12 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Mon, 8 Nov 2021 06:56:54 -0500 Subject: [PATCH] doc: 5.2.0 compileSdkVersion note --- speech_to_text/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/speech_to_text/CHANGELOG.md b/speech_to_text/CHANGELOG.md index dc7703a7..ec2e0324 100644 --- a/speech_to_text/CHANGELOG.md +++ b/speech_to_text/CHANGELOG.md @@ -3,6 +3,7 @@ ## 5.2.0 ### New + * Requires `compileSdkVersion 31` to build, check your `build.gradle` * Changed the `error_unknown` return to `error_unknown ({error_code})` so that the native Android error code is visible. This is a potentially breaking change if you behaviour for the `error_unkown` value.