Fix app crashes when selecting font size to small. Version 3.0.1.

This commit is contained in:
Alex Ning 2020-04-06 10:47:28 +08:00
parent 20e785e2eb
commit cd4cf40236
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 29
versionCode 30
versionName "3.0.0"
versionCode 31
versionName "3.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -108,7 +108,7 @@
<style name="FontStyle" />
<style name="FontStyle.Small" parent="TextAppearance.AppCompat.Body1">
<style name="FontStyle.Small">
<item name="font_default">12sp</item>
<item name="font_10">10sp</item>
<item name="font_12">12sp</item>