From 41b0b31f2c04aa783620c3a26a6156e5de5691a2 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 22 Sep 2019 22:02:50 +0800 Subject: Only show the new messages within the the notification interval to prevent showing the same notifications over and over again. Version 1.1.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 72b0264c..061022da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 11 - versionName "1.1.0" + versionCode 12 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { -- cgit v1.2.3