From 0295e7a7cfd01cde52b2615c113708d38ad39805 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Sun, 6 Aug 2023 19:21:11 -0500 Subject: [PATCH] Android 0.4.7-1 --- 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 11368b0f..8441c5e1 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 2 - versionName "0.4.6-1" + versionCode 3 + versionName "0.4.7-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.