From 35491f592593997481962b7f02785d7d4fff63f3 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Fri, 28 Jul 2023 15:27:36 -0500 Subject: [PATCH] bump android to 0.4.6-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 ce5d72d1..11368b0f 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 1 - versionName "0.4.3-1" + versionCode 2 + versionName "0.4.6-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.