From bcb44aa5329e3885f7e6ed8e128eb5fa507a64e9 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 27 Sep 2019 19:09:14 +0100 Subject: [PATCH] Android release v1.0.307 --- 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 1c263c17b8e..61b3eb0c2db 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Linux | Get it on Google Play | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.306/joplin-v1.0.306.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.306/joplin-v1.0.306-32bit.apk) +Android | Get it on Google Play | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.307/joplin-v1.0.307.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.307/joplin-v1.0.307-32bit.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 e51188c5362..d6cac24da76 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 2097542 - versionName "1.0.306" + versionCode 2097543 + versionName "1.0.307" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }