Attempt one after major code update to implement the true Whisper model use and operation

This commit is contained in:
2026-01-23 10:33:31 +11:00
parent 6471f642c4
commit 4be8da6b2c
24 changed files with 101 additions and 72 deletions

View File

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