From 453225773e405246bfd4ef62c63ec67cbb44ba10 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Fri, 1 Sep 2023 15:10:12 -0500 Subject: [PATCH] bump to android 0.4.14-2 --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e923a97..a4e31d6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.mutinywallet.mutinywallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 11 - versionName "0.4.14-1" + versionCode 12 + versionName "0.4.14-2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.