From 2113d4a902de2dcc6a0347834118ffc877c865a8 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 19 Dec 2019 21:09:58 +0800 Subject: Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> About to let you easily share this app to other people. Version 2.0.0. --- 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 faaee51b..d52412a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 24 - versionName "1.6.2" + versionCode 25 + versionName "2.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { -- cgit v1.2.3