diff --git a/mailbox-android/build.gradle b/mailbox-android/build.gradle index f46e5c7de16eacb13229461bd9f6814fd4f74c83..75cce90a25e8e414669a6c0cc799fce55b24c5ae 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