From 27384560030dc9e9e7ab51276abb7a0b0e94b602 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Tue, 27 Feb 2024 11:01:48 -0600 Subject: [PATCH] Bump to android versioncode 51 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 63b4cb5b..37de3a2a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,7 +7,7 @@ android { applicationId "com.mutinywallet.mutinywallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 50 + versionCode 51 versionName "0.5.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions {