diff --git a/README.md b/README.md index c693762a1a..3bd5393daf 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Linux | Get it on Google Play | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.321/joplin-v1.0.321.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.321/joplin-v1.0.321-32bit.apk) +Android | Get it on Google Play | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.322/joplin-v1.0.322.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.322/joplin-v1.0.322-32bit.apk) iOS | Get it on the App Store | - ## Terminal application diff --git a/ReactNativeClient/android/app/build.gradle b/ReactNativeClient/android/app/build.gradle index 6565e9f7bb..0e0efe8e6d 100644 --- a/ReactNativeClient/android/app/build.gradle +++ b/ReactNativeClient/android/app/build.gradle @@ -120,8 +120,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097557 - versionName "1.0.321" + versionCode 2097558 + versionName "1.0.322" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }