From 3bd0656eab715bd91ef7a7bd537ac4605c9db16e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 8 Oct 2020 12:51:48 +0100 Subject: [PATCH] Android release v1.2.4 --- ReactNativeClient/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactNativeClient/android/app/build.gradle b/ReactNativeClient/android/app/build.gradle index 9a651f76ff..7e7197ed7b 100644 --- a/ReactNativeClient/android/app/build.gradle +++ b/ReactNativeClient/android/app/build.gradle @@ -125,8 +125,8 @@ android { applicationId "net.cozic.joplin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2097580 - versionName "1.2.3" + versionCode 2097581 + versionName "1.2.4" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" }