From a272e87a5e18758506674c326e4bf28c66b800ce Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Tue, 2 Jul 2024 16:41:00 +0200 Subject: [PATCH] Bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6d66bc81e..4fe8181b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 33 - versionCode 73 - versionName "4.6.10" + versionCode 74 + versionName "4.6.11" applicationId "com.gh4a" buildConfigField 'String', 'CLIENT_ID', ClientId