From 6fc0ee30625808293e7eb4215aa6206aba239eaf Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 26 Jul 2019 21:26:24 +0200 Subject: [PATCH] Android release v1.0.283 --- 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 e0bd9f443..d7ca723d0 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.282/joplin-v1.0.282.apk) +Android | Get it on Google Play | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.283/joplin-v1.0.283.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 a9a29c783..4188ecf6d 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 2097518 - versionName "1.0.282" + versionCode 2097519 + versionName "1.0.283" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }