From f1015ca73de9901ba38eaa1c3f49c5f4e0f68733 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 9 Feb 2020 17:50:51 +0000 Subject: [PATCH] Android release v1.0.317 --- 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 abe791ae4..09e9ff950 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.316/joplin-v1.0.316.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.316/joplin-v1.0.316-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.317/joplin-v1.0.317.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.317/joplin-v1.0.317-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 a8d92eba0..2aa9d6657 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 2097552 - versionName "1.0.316" + versionCode 2097553 + versionName "1.0.317" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }