From cd4cf402365e9bdcf652fc7c7a57c28315798e93 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 6 Apr 2020 10:47:28 +0800 Subject: Fix app crashes when selecting font size to small. Version 3.0.1. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 587e2c84..9b4a28f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { -- cgit v1.2.3