Fix crash when downloading media. Version 4.1.0-beta6.

This commit is contained in:
Alex Ning
2020-11-20 00:08:54 +08:00
parent 1a8e888243
commit 121da39592
4 changed files with 59 additions and 59 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 48
versionName "4.1.0-beta5"
versionCode 49
versionName "4.1.0-beta6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {