diff --git a/mailbox-android/build.gradle b/mailbox-android/build.gradle
index a53983c7e80e9d73278c92586fb43a89b6676ce8..15c3a71967f46818553fe3c015cdf645bf568734 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 10006
-        versionName "1.0.6"
+        versionCode 10007
+        versionName "1.0.7"
         multiDexEnabled true // only needed when minSdkVersion < 21
         vectorDrawables.useSupportLibrary = true