use Large as the default font size

This commit is contained in:
tibbi 2020-02-05 12:23:11 +01:00
parent 78294997e9
commit 9dcf8eace5
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.22.0'
implementation 'com.simplemobiletools:commons:5.22.2'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'

View File

@ -1,3 +1,4 @@
<resources>
<integer name="default_sorting">128</integer>
<integer name="default_font_size">2</integer>
</resources>