From 5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 17 Sep 2019 16:56:04 +0800 Subject: Change the color of the comment's vertical bar. Long press the comment to expand or collapse. Version 1.0.9. --- 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 31d92b75..ef840dfd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 9 - versionName "1.0.8" + versionCode 10 + versionName "1.0.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { -- cgit v1.2.3