mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-04 23:08:23 +00:00
Fix app crashes when selecting font size to small. Version 3.0.1.
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user