From 7af367662c1d27e61d92ae73d6283581a4fdc5f3 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 28 Jun 2024 01:06:58 +0200 Subject: update to version 1.4.0RC1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index a9a096e2..f3412c3f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { // the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n // to extracted bundle apks, supplied by google // however we don't calculate the versionCode here, because F-Droid doesn't like that - versionCode 173000 - versionName "1.3.1" + versionCode 174000 + versionName "1.4.0RC1" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 -- cgit v1.2.3