Skip to content

Commit bcacb7e

Browse files
committed
Update Readme
1 parent c950cfd commit bcacb7e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ This repository is divided in 2 parts:
1616
<img src="SpeechRecognizerImage.jpeg" alt="simple video gif" width="246" height="512"/>
1717
</p>
1818

19-
*In this image it is possible to see 5 results appearing on the panel after speaking to the device "this is a continuous text speech".*
19+
*In this image it is possible to see 4 results appearing on the panel after speaking to the device "continuous text speech".*
2020

2121

2222
## How to Use ⚙️
2323

24-
If you want to test the app, you can download the APK from [here](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/download/v1.0/SpeechRecognizer.apk).
24+
If you want to test the app, you can download the APK from [here](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/download/v1.1/SpeechRecognizer.apk).
2525

2626
If you want to open the project and check the code, you need to have **Unity** and **AndroidStudio** installed and updated.
2727

@@ -31,3 +31,10 @@ If you want to scratch the code:
3131
**'s project, **open the project**, select **SpeechRecognizer** scene.
3232
Either inside the unity project or simply dragging the **.cs** classes on your editor, you have to watch on to the classes located on ``UnitySpeechRecognizer/Assets/Scripts``.
3333
- If you want to check the **Android Plugin** you can do it opening the solution with **AndroidStudio** or just drag the ``MainActivity.java`` class located on ``UnitySpeechRecognizerPlugin\app\src\main\java\com\example\eric\unityspeechrecognizerplugin``
34+
35+
36+
#### Upgrading dependencies 📜
37+
38+
Keep in mind that the actual release ([v1.1](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/tag/v1.1)) of the plugin works with **AndroidX** dependencies. That means that is targeting **Android 9** (API level 28).
39+
40+
If you want to target older versions I recommend to use the old version of the plugin ([v1.0]((https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/tag/v1.0))) that works with **Android Support v4**. You can download the old plugin source code and APK from [here](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/tag/v1.0).

SpeechRecognizerImage.jpeg

-32.4 KB
Loading

0 commit comments

Comments
 (0)