enable vibrations by default

This commit is contained in:
tibbi 2020-11-05 21:57:04 +01:00
parent a1a71c368a
commit 2abd8ae27e
2 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.31.24'
implementation 'com.simplemobiletools:commons:5.31.25'
implementation 'me.grantland:autofittextview:0.2.1'
testImplementation 'junit:junit:4.12'

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="default_vibrate_on_press">true</bool>
</resources>