From 6662f9af34d21820a0cf70caba6017e35cd81db6 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 20 Oct 2019 23:23:56 +0800 Subject: Fixed bottom sheet fragments cannot swipe down to show items when they are expanded. Version 1.3.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 4035fff1..c038f6c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 17 - versionName "1.3.0" + versionCode 18 + versionName "1.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { -- cgit v1.2.3