From c341919adbb2f11013de7c04088ef1149f3fac90 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Wed, 12 Jun 2024 11:23:57 -0400 Subject: [PATCH] Bump version to 2.0.4 --- mobile/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index ca459661..a319395d 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.fedorahosted.freeotp" minSdkVersion 23 targetSdkVersion 33 - versionCode 44 - versionName "2.0.3" + versionCode 45 + versionName "2.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' }