From 53679cc90222e94ade84e66542d97ace2540e626 Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Tue, 1 Sep 2026 00:12:59 +0530 Subject: [PATCH] android: bump version just doing this because play looks "version code up, let's update!" even if it's not installed from Play, and I can't make another rc1. --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index d1e5ca4a..9b20a00b 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -1,6 +1,6 @@ import java.util.Properties -val appVersionName = "1.0.0-rc1" +val appVersionName = "1.0.0-rc2" plugins { alias(libs.plugins.android.application)