Fix app crashes when opening images and videos.

This commit is contained in:
Alex Ning
2019-10-07 08:38:38 +08:00
parent f36cef5954
commit 35f9a645d8
3 changed files with 6 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 29
versionCode 15
versionName "1.2.1"
versionCode 16
versionName "1.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {