From 435eccdd833971f16ce4d2688b5c7e3756a73561 Mon Sep 17 00:00:00 2001 From: tom-anders <13141438+tom-anders@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:38:09 +0200 Subject: [PATCH] bump version to 8.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0656a478..c21795b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "de.tap.easy_xkcd" minSdkVersion 21 targetSdkVersion 33 - versionCode 192 - versionName "8.3.1" + versionCode 193 + versionName "8.4" javaCompileOptions { annotationProcessorOptions {