diff --git a/README.md b/README.md
index 5b066aa5d..eb90dd4b5 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Linux | | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.303/joplin-v1.0.303.apk)
+Android | | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.304/joplin-v1.0.304.apk)
iOS | | -
## Terminal application
diff --git a/ReactNativeClient/android/app/build.gradle b/ReactNativeClient/android/app/build.gradle
index 814e00bf6..0e2c4c757 100644
--- a/ReactNativeClient/android/app/build.gradle
+++ b/ReactNativeClient/android/app/build.gradle
@@ -94,8 +94,8 @@ android {
applicationId "net.cozic.joplin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 2097539
- versionName "1.0.303"
+ versionCode 2097540
+ versionName "1.0.304"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}