From ac0e06d061bb42b70fc4423eaf778fd1ae04ab5a Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Sun, 28 Jan 2024 20:21:42 +0100 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 90d73eb8c..ce8efee52 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { applicationId "be.ugent.zeus.hydra" minSdk 21 targetSdk 34 - versionCode 37000 - versionName "3.7.0" + versionCode 37100 + versionName "3.7.1" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resourceConfigurations += ['nl', 'en']