From 675a4c795f097671f8b9659cbe06cf30802ac43b Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 28 Jul 2019 18:22:33 +0200 Subject: [PATCH] Android release v1.0.289 --- 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 a05adbcba..969c9d2cf 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.284/joplin-v1.0.284.apk) +Android | Get it on Google Play | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.289/joplin-v1.0.289.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 41c137984..5d0a5f8a0 100644 --- a/ReactNativeClient/android/app/build.gradle +++ b/ReactNativeClient/android/app/build.gradle @@ -94,8 +94,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097520 - versionName "1.0.284" + versionCode 2097525 + versionName "1.0.289" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }