From 5d1b220105a31215332c3819e582b5674cbdfbf1 Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:58:17 -0500 Subject: [PATCH] version bump --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6cc7a222..f74caaea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,14 +42,14 @@ android { buildTypes { alpha { applicationIdSuffix ".beta" // keep as beta by popular request - versionNameSuffix "-alpha03" + versionNameSuffix "-alpha04" manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher_alpha", icon_placeholder_round: "@mipmap/ic_launcher_alpha_round"] debuggable System.getenv("CI") == null isDefault true } debug { applicationIdSuffix ".beta" - versionNameSuffix "-beta02" + versionNameSuffix "-beta03" manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher_beta", icon_placeholder_round: "@mipmap/ic_launcher_beta_round"] debuggable false }