From f7eaa7ca06811e39b16dc80203f053e4cca118bc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 6 Dec 2019 11:02:58 +0800 Subject: Share only the link of the post instead of title + link. Version 1.6.2. --- 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 8094f4d8..faaee51b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 23 - versionName "1.6.1" + versionCode 24 + versionName "1.6.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { -- cgit v1.2.3