Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues.

This commit is contained in:
Alex Ning
2020-12-26 23:40:26 +08:00
parent bb3f76c965
commit 7b154f4d31
6 changed files with 19 additions and 15 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 52
versionName "4.1.1"
versionCode 53
versionName "4.2.0-beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {