Skip to content

Commit

Permalink
fix: add permission for TTS (fixes #62)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockbasti committed May 25, 2021
1 parent d819326 commit 0a17581
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.blockbasti.just_another_workout_timer">
<queries>
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
</queries>
<application
android:label="Just Another Workout Timer"
android:icon="@mipmap/launcher_icon"
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 0a17581

Please sign in to comment.