From 0a65c17e4e5af894c9c716f6efce46d65e5f47bd Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Fri, 2 Jan 2026 21:20:50 +0100 Subject: [PATCH] New release --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6f92a0e..b0f7e12 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "net.moasdawiki.app" minSdk = 33 // 33 = Android 13 Tiramisu targetSdk = 36 // should be same as compileSdk - versionCode = 49 - versionName = "3.9.5.1" + versionCode = 50 + versionName = "3.9.7.0" } compileOptions { sourceCompatibility JavaVersion.VERSION_17