From 8aaafe6952cb1be539c931a75fc40011a667d90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=A4nge?= Date: Fri, 20 Dec 2024 17:36:10 +0100 Subject: [PATCH] Bump version to 3.0.0 (11) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0c0741e5..423a238e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ android { minSdkVersion 21 targetSdkVersion 35 compileSdk 35 - versionCode 10 + versionCode 11 versionName "3.0.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"