ADded the punctuation sections to the code - but have not added the zip extraction to include this automatically - might ahve to add another upload manager specifically for this one file I think, as it is really messy to get your hands on through other means....

This commit is contained in:
2026-01-23 12:52:24 +11:00
parent f17c6ab84e
commit ac7d51b46e
3 changed files with 35 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "net.mmanningau.speechtokeyboard"
minSdk = 28
targetSdk = 36
versionCode = 10
versionName = "1.0"
versionCode = 11
versionName = "1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}