From 729d9d6a9fd05ae557589e3f9a4b425566bcb5ec Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 8 Aug 2023 15:59:38 -0500 Subject: [PATCH] Bump android version --- 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 24e9709..2a833fb 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 5 + versionCode 6 versionName "0.4.9-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions {