From fe82c3f0615922cbdd24fcd0e98f2f74dad65c9f Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Tue, 19 Mar 2024 14:13:39 +0100 Subject: [PATCH] manually bump to 19.0.0 Alpha 02 there seems to be something wrong that alpha workflow did not update the apps version. Thats why gplay complains with "Google Api Error: forbidden: Cannot update a published APK. - Cannot update a published APK." because it always tries to upload 19.0.0 Alpha 02. On nextcloud ftp server, it was most probably always overwritten as there is an up to date alpha2 version. Seeting the version number to 19.0.0 Alpha 02 should make sure that an alpha 3 is built on next automation run. The root cause that the version was/is not changed by the automation is still unclear. Signed-off-by: Marcel Hibbe --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b0dbc8389..178623c8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ android { // mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable) // xx .xxx .xx .xx - versionCode 190000001 - versionName "19.0.0 Alpha 01" + versionCode 190000002 + versionName "19.0.0 Alpha 02" flavorDimensions "default" renderscriptTargetApi 19