Updated to finally fix the double up text during the translastion at sometimes at the start of the second press of the microphone button

This commit is contained in:
2026-01-23 12:24:56 +11:00
parent cce093db4e
commit f17c6ab84e
13 changed files with 43 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ android {
applicationId = "net.mmanningau.speechtokeyboard"
minSdk = 28
targetSdk = 36
versionCode = 9
versionCode = 10
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -25,6 +25,11 @@ android {
"proguard-rules.pro"
)
}
debug {
applicationIdSuffix = ".streaming"
// This changes the app name on your homescreen to "MyApp (Dev)"
resValue("string", "app_name", "Speech To Keyboard (Streaming)")
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11