From 0f03119f051ee2c904c9819a3de4549d2c98d698 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 26 Aug 2020 23:00:19 +0800 Subject: Temporarily revert the changes of fixing superscript. Version 4.0.6. --- 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 0dc3b42f..4ddca14a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 41 - versionName "4.0.5" + versionCode 42 + versionName "4.0.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { -- cgit v1.2.3