From b6f15a8e4fb66dcb2bdc61f42c61dceabaf1c441 Mon Sep 17 00:00:00 2001 From: Patrick Lang <72232737+patrickunterwegs@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:33:12 +0200 Subject: [PATCH] version bump --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 65d6a6da1..f9079d0e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" minSdkVersion 21 targetSdkVersion 34 - versionCode 207030006 - versionName "2.07.03-beta02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) + versionCode 207030007 + versionName "2.07.03-beta03" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) buildConfigField "String", "versionCodename", "\"Love always wins ❤️💪\"" multiDexEnabled true vectorDrawables.useSupportLibrary = true