We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c9589 commit 287fc27Copy full SHA for 287fc27
app/build.gradle
@@ -27,8 +27,8 @@ android {
27
applicationId 'ee.ioc.phon.android.speak'
28
minSdkVersion 21
29
targetSdkVersion 30
30
- versionCode 1765
31
- versionName '1.7.65'
+ versionCode 1800
+ versionName '1.8.00'
32
vectorDrawables.useSupportLibrary = true
33
// Keep only en and et resources
34
resConfigs "en", "et"
metadata/en-US/changelogs/1800.txt
@@ -0,0 +1,6 @@
1
+- Lift min API level to 21
2
+- Improve mic button colors
3
+- Show selected combos as individual buttons, if at least 3 combos
4
+- Improve help text
5
+- IME/Buttons: Hide rules that do not have a label
6
+- IME/Ops: replaceSel: add 2nd arg "regex" which sets a new selection within the replacement using the first group of the matching regex.
0 commit comments