From e8340774cf00cee12e7468329a1961f265da0acb Mon Sep 17 00:00:00 2001 From: Patrick Lang <72232737+patrickunterwegs@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:28:33 +0100 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 4e5d7fcc1..c64b0d8cc 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 207020015 - versionName "2.07.02-alpha15" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) + versionCode 207020016 + versionName "2.07.02-alpha16" // 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