Fixed bottom sheet fragments cannot swipe down to show items when they are expanded. Version 1.3.1.

This commit is contained in:
Alex Ning
2019-10-20 23:23:56 +08:00
parent 096f122994
commit 6662f9af34
8 changed files with 583 additions and 536 deletions

View File

@@ -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 {