From 7fff535b74fcfb433a57542dd899f0f656f5640f Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 9 Feb 2023 10:42:08 -0500 Subject: [PATCH] v0.14.1: - Save image - LNURL edit in the profile - Bugfix crashing the Lightning Tips with non numeric values in the amount. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5a6c5967b..bed1f0bb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.vitorpamplona.amethyst" minSdk 26 targetSdk 33 - versionCode 40 - versionName "0.14.0" + versionCode 41 + versionName "0.14.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {