targetSdkVersion 31. Fix sort type problems in anonymous home page and multireddits.

This commit is contained in:
Docile-Alligator
2022-04-30 17:56:31 +08:00
parent d40fc59540
commit 3d374491b3
5 changed files with 20 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 97
versionName "5.2.0-beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"