Fixed app crashing when thumbnail is null

This commit is contained in:
tom5079
2020-09-27 20:15:43 +09:00
parent 90ad40b1b7
commit 47ec181439
2 changed files with 3 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 61
versionName "5.1.1-hotfix1"
versionName "5.1.1-hotfix2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}