Skip to content

Commit

Permalink
Increment build
Browse files Browse the repository at this point in the history
  • Loading branch information
hathibelagal-dev committed Jan 9, 2025
1 parent 36edeee commit b2df6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "io.github.hathibelagal.eidetic"
minSdk = 26
targetSdk = 34
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public void onInit(int i) {
if(i == TextToSpeech.SUCCESS) {
if(tts.setLanguage(Locale.ENGLISH) == TextToSpeech.LANG_AVAILABLE) {
tts.setSpeechRate(1.2f);
Toast.makeText(context, context.getString(R.string.tts_ready), Toast.LENGTH_SHORT).show();
ttsReady = true;
say(context.getString(R.string.tts_ready));
}
Expand Down

0 comments on commit b2df6eb

Please sign in to comment.