From 3521308496a12f449396e2797f26b9a3272fb46c Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Sun, 15 Sep 2024 17:06:35 +0200 Subject: [PATCH] manually bump to 20.1.0 Alpha 02 As build script was not able to push to master, it failed and next time it tried to build the same version again. Thats why Google complained the apk already exists. The bot was now changed to have admin permissions. So this commit will bump the version number manually and in the next runs everything should work again. 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 7b54f6260..e46ca69ff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { // mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable) // xx .xxx .xx .xx - versionCode 200010001 - versionName "20.1.0 Alpha 01" + versionCode 200010002 + versionName "20.1.0 Alpha 02" flavorDimensions "default" renderscriptTargetApi 19