Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliv4945 committed Apr 14, 2017
1 parent 448d51a commit 64af1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "v0.1.1"
versionName "v0.1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/net/iopush/jarvis/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public void onInit(int status) {
if(status != TextToSpeech.ERROR) {
// TODO - https://developer.android.com/reference/android/speech/tts/TextToSpeech.html#isLanguageAvailable(java.util.Locale)
ttsEngine.setLanguage(Locale.getDefault());
} else {
Log.w("Jarvis", "TTS init failed");
}
}
});
Expand Down

0 comments on commit 64af1e2

Please sign in to comment.