From d2acf314f57cbea2942faa568f53bb74abb94add Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 20 Apr 2020 10:13:04 +0100 Subject: [PATCH] Android release v1.0.329 --- README.md | 2 +- ReactNativeClient/android/app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb4851ca53..66c95c6b40 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.328/joplin-v1.0.328.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.328/joplin-v1.0.328-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.329/joplin-v1.0.329.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.329/joplin-v1.0.329-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 17f0d3b64d..afd4203c38 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 2097564 - versionName "1.0.328" + versionCode 2097565 + versionName "1.0.329" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }