From 59abe9d7f853ba42a53f25938864d5a2b0bd349e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 15 Nov 2023 16:18:41 -0600 Subject: [PATCH] bump android to 0.4.34 --- 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 6cbd298..8ce842d 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 34 - versionName "0.4.33" + versionCode 35 + versionName "0.4.34" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.