From 7e34cd4452eb07877e21bac66ad7906a58f7439e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 8 Mar 2019 17:43:01 +0000 Subject: [PATCH] Android release v1.0.240 --- 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 0f981d321..bf7c87e11 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_insta Operating System | Download | Alt. Download -----------------|----------|---------------- -Android | Get it on Google Play | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.239/joplin-v1.0.239.apk) +Android | Get it on Google Play | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.240/joplin-v1.0.240.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 72ffd7bed..008f2dab7 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 2097475 - versionName "1.0.239" + versionCode 2097476 + versionName "1.0.240" ndk { abiFilters "armeabi-v7a", "x86" }