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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user