From 903a3dc018e5463a3681df64e4c07f976fbd4921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20F=C3=BClling?= Date: Thu, 5 Nov 2020 20:15:56 +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 44859e5d..b4781c05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "io.lerk.lrkFM" minSdkVersion 23 targetSdkVersion 30 - versionCode 55 - versionName '2.3.4' + versionCode 56 + versionName '2.4.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true dexOptions {