From d8fdb571b8c78d43a9f2ffd901cb5b0c6b9ff388 Mon Sep 17 00:00:00 2001 From: Patrick Lang <72232737+patrickunterwegs@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:37:47 +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 5f1e02f16..798f2c188 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 207090014 - versionName "2.07.09-beta09" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) + versionCode 207090015 + versionName "2.07.09" // 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