Skip to content

Commit abd962c

Browse files
author
Panu Koponen
committed
Update the minimum supported Android version
1 parent 4e5dbfd commit abd962c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/speech-service/embedded-speech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Embedded speech is included with the Speech SDK (version 1.24.1 and higher) for
2727

2828
# [Android](#tab/android-target)
2929

30-
Requires Android 7.0 (API level 24) or higher on Arm64 (`arm64-v8a`) or Arm32 (`armeabi-v7a`) hardware.
30+
Requires Android 8.0 (API level 26) or higher on Arm64 (`arm64-v8a`) or Arm32 (`armeabi-v7a`) hardware.
3131

3232
Embedded TTS with neural voices is only supported on Arm64.
3333

articles/ai-services/speech-service/includes/quickstarts/platform/java-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Create a new project in Android Studio and add the Speech SDK for Java as a libr
3636
1. Enter *samples.speech.cognitiveservices.microsoft.com* in the **Package name** text box.
3737
1. Select a project directory in the **Save location** selection box.
3838
1. Select **Java** in the **Language** selection box.
39-
1. Select **API 23: Android 6.0 (Marshmallow)** in the **Minimum API level** selection box.
39+
1. Select **API 26: Android 8.0 (Oreo)** in the **Minimum API level** selection box.
4040
1. Select **Finish**.
4141

4242
Android Studio takes some time to prepare your new project. For your first time using Android Studio, it might take a few minutes to set preferences, accept licenses, and complete the wizard.

0 commit comments

Comments
 (0)