Skip to content

Commit 32b3507

Browse files
committedFeb 11, 2022
Change doc now that the built-in services work on Android 11
1 parent bfc4efa commit 32b3507

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId 'ee.ioc.phon.android.speak'
2828
minSdkVersion 21
2929
targetSdkVersion 32
30-
versionCode 1813
31-
versionName '1.8.13'
30+
versionCode 1814
31+
versionName '1.8.14'
3232
vectorDrawables.useSupportLibrary = true
3333
// Keep only en and et resources
3434
resConfigs 'en', 'et'

‎app/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
The default server operates from Tallinn and provides Estonian speech recognition, but the software is easy to deploy elsewhere (e.g. a private network)
162162
and customize for other languages.</p>
163163

164-
<p>(Note that while Kõnele also includes the service implementation under the name \"Kõnele (fast recognition)\",
165-
this is known not to work on Android 11. However, installing the service as a separate app avoids this problem.)</p>
164+
<p>(For convenience, Kõnele itself includes the service implementation under the name \"Kõnele (fast recognition)\", but
165+
installing it as a separate app might add more features and configurability.)</p>
166166

167167
<p>For the documentation, source code, etc. see the <a href="http://kaljurand.github.io/K6nele/">%1$s website</a>.
168168
See also the <a href="https://github.com/Kaljurand/K6nele/blob/master/privacy_policy.rst">privacy policy</a>.</p>

0 commit comments

Comments
 (0)
Failed to load comments.