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