From 36296271f48a936efd1e5383ca6bd676fd3809a8 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 4 Dec 2023 15:16:39 -0600 Subject: [PATCH] bump version name to 0.4.39-1 for android --- 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 7510869c..9c1cf0a3 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 40 - versionName "0.4.39" + versionCode 41 + versionName "0.4.39-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.