From 81dad89a098e837beaff0abf292319ca0d3e2ef1 Mon Sep 17 00:00:00 2001 From: stom79 Date: Sat, 22 Dec 2018 18:10:58 +0100 Subject: [PATCH] =?UTF-8?q?1.50.1=20-=20=F0=9F=99=89=20Quick=20account=20s?= =?UTF-8?q?witcher=20+=20fix=20bubble=20counter=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 77c3468e4..37796c274 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 16 targetSdkVersion 28 - versionCode 209 - versionName "1.50.0" + versionCode 210 + versionName "1.50.1" multiDexEnabled true } dexOptions {