From 8c2c24bcf336e21ffd48fd07b44296d2cc130ddb Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Wed, 6 Sep 2023 16:09:32 -0500 Subject: [PATCH] Bump android version code --- 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 634f184..4c6c45f 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 12 + versionCode 13 versionName "0.4.16" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions {