From 7cfc5378702b8ad267dd395915a6a1f69f385b39 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 28 Dec 2018 21:42:58 +0100 Subject: [PATCH] Android release v1.0.225 --- 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 7a49c47e09..5c15b456ee 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.224/joplin-v1.0.224.apk) +Android | Get it on Google Play | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.225/joplin-v1.0.225.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 d6cfb8da1f..a06efc887a 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 2097460 - versionName "1.0.224" + versionCode 2097461 + versionName "1.0.225" ndk { abiFilters "armeabi-v7a", "x86" }