Version 5.0.0-beta4. Revert changes that limit the max height of images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter.

This commit is contained in:
Alex Ning
2021-08-07 12:06:07 +08:00
parent 7b6f9339e7
commit 31a7c2be3a
3 changed files with 18 additions and 20 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 73
versionName "5.0.0-beta3"
versionCode 74
versionName "5.0.0-beta4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {