From 7e6075e71b3fc4d69dbccfa5570c9adea02c8c6d Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Mon, 17 Apr 2023 15:49:29 +0100 Subject: [PATCH] Bump version numbers for 1.0.5 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 f46e5c7d..75cce90a 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 10004 - versionName "1.0.4" + versionCode 10005 + versionName "1.0.5" multiDexEnabled true // only needed when minSdkVersion < 21 vectorDrawables.useSupportLibrary = true -- GitLab