From 4113ad2fcfa0162ded1bb230e253adb8faa556b6 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 25 Apr 2023 11:39:06 -0300 Subject: [PATCH] Release 1.16.3-alpha4 --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index e2651937b..538e4f0b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,6 +99,8 @@ android { resValue "string", "applicationId", basicApplicationId + buildTypes.debug.applicationIdSuffix } } + versionCode 160534 + versionName "1.16.3-alpha4" } }