From e673ce132e11af8ff9d1a2269cfa145e12ccd272 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 1 Feb 2021 11:46:52 +0000 Subject: [PATCH] Android release v1.7.2 --- README.md | 2 +- packages/app-mobile/android/app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c4c988d9..2e74510d4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Linux | Get it on Google Play | or download the APK file: [64-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.6.7/joplin-v1.6.7.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.6.7/joplin-v1.6.7-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.7.2/joplin-v1.7.2.apk) [32-bit](https://github.com/laurent22/joplin-android/releases/download/android-v1.7.2/joplin-v1.7.2-32bit.apk) iOS | Get it on the App Store | - ## Terminal application diff --git a/packages/app-mobile/android/app/build.gradle b/packages/app-mobile/android/app/build.gradle index bf088ccf9..15dc5a8d1 100644 --- a/packages/app-mobile/android/app/build.gradle +++ b/packages/app-mobile/android/app/build.gradle @@ -141,8 +141,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097622 - versionName "1.7.1" + versionCode 2097623 + versionName "1.7.2" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }