Bug fixed in TTS

This commit is contained in:
2023-02-06 14:24:46 +01:00
parent 6a7875cc61
commit a6c6dfc6ba
4 changed files with 42 additions and 14 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 31
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 125
versionName "1.7.10"
versionCode 126
versionName "1.7.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}