Version 5.1.9-beta1. Fix low resolution post previews when showing them for the first time in PostDetailRecyclerViewAdapter.

This commit is contained in:
Docile-Alligator
2022-03-06 15:09:57 +08:00
parent 141abc654a
commit 53755d4381
3 changed files with 35 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 93
versionName "5.1.8"
versionCode 94
versionName "5.1.9-beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {