From c4a18a9027d3c6265794478c748cc6c060ead691 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Sun, 5 Nov 2023 11:37:51 -0600 Subject: [PATCH] Bump android to 0.4.28-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 8f84712b..d7e0ccbc 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 29 - versionName "0.4.28-1" + versionCode 30 + versionName "0.4.28-2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.