From 549604b6dfb3457a2cc97471603a3e619921a507 Mon Sep 17 00:00:00 2001 From: stom79 Date: Mon, 31 Dec 2018 18:52:52 +0100 Subject: [PATCH] Differentiate between a GIF and video in the UI - #678 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d586d9b30..48180508a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 16 targetSdkVersion 28 - versionCode 217 - versionName "1.62.0-beta-1" + versionCode 218 + versionName "1.62.0" multiDexEnabled true } dexOptions {