diff --git a/mailbox-android/build.gradle b/mailbox-android/build.gradle index 59035a3822c20c7c6c80c10b5d59cbb25a362616..bfceff314d6c6670f1a79536e7d2a3015c294cd2 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 10003 - versionName "1.0.3" + versionCode 10004 + versionName "1.0.4" multiDexEnabled true // only needed when minSdkVersion < 21 vectorDrawables.useSupportLibrary = true