From 859946a7516ff0d7e3de2dbf236c3e3900347ad9 Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:47:58 -0500 Subject: [PATCH] chore: version bump --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f7a04f77..4064fb4e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ android { } debug { applicationIdSuffix ".beta" - versionNameSuffix "-beta01" + versionNameSuffix "-beta02" manifestPlaceholders.icon_placeholder = "@mipmap/ic_launcher_beta" manifestPlaceholders.icon_placeholder_round = "@mipmap/ic_launcher_beta_round" debuggable false