From 2cb9d4a28bb975eb2ac58c9c0706c87fc9ee0f07 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 24 Oct 2023 12:26:23 -0500 Subject: [PATCH] bump android version --- 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 ab77130..382da9b 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 22 - versionName "0.4.24" + versionCode 23 + versionName "0.4.24-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.