From d279435502bfa34f6b8ca5db19c79207cfad5a5c Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 12 May 2019 16:16:39 +0100 Subject: [PATCH] Android release v1.0.251 --- 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 93e2d140e..5d9d35ff6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Linux | Get it on Google Play | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.248/joplin-v1.0.248.apk) +Android | Get it on Google Play | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.251/joplin-v1.0.251.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 f68c38a0f..b8076988d 100644 --- a/ReactNativeClient/android/app/build.gradle +++ b/ReactNativeClient/android/app/build.gradle @@ -90,8 +90,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097484 - versionName "1.0.248" + versionCode 2097487 + versionName "1.0.251" ndk { abiFilters "armeabi-v7a", "x86" }