From fc14dd3f01cc7c1dd6a6b83eabd7ff602e1f172c Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Mon, 21 Aug 2023 15:29:17 +0100 Subject: [PATCH] Bump version numbers for 1.0.6 release. --- mailbox-android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbox-android/build.gradle b/mailbox-android/build.gradle index ed5bed7c..a53983c7 100644 --- a/mailbox-android/build.gradle +++ b/mailbox-android/build.gradle @@ -24,8 +24,8 @@ android { applicationId "org.briarproject.mailbox" minSdkVersion 16 targetSdkVersion 33 - versionCode 10005 - versionName "1.0.5" + versionCode 10006 + versionName "1.0.6" multiDexEnabled true // only needed when minSdkVersion < 21 vectorDrawables.useSupportLibrary = true -- GitLab