From 2abd8ae27ef8ccc3db6da4496277a9773cf2fbef Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 5 Nov 2020 21:57:04 +0100 Subject: [PATCH] enable vibrations by default --- app/build.gradle | 2 +- app/src/main/res/values/bools.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/values/bools.xml diff --git a/app/build.gradle b/app/build.gradle index 79f15473..1b01c683 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/src/main/res/values/bools.xml b/app/src/main/res/values/bools.xml new file mode 100644 index 00000000..902470c0 --- /dev/null +++ b/app/src/main/res/values/bools.xml @@ -0,0 +1,4 @@ + + + true +