From 35f9a645d864922f12fa9c04793adf7e3ce39036 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 7 Oct 2019 08:38:38 +0800 Subject: Fix app crashes when opening images and videos. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 1d34ef48..e34daa12 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { -- cgit v1.2.3