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.
This commit is contained in:
Kavish Devar
2026-09-01 00:12:59 +05:30
parent b4cacb89f1
commit 53679cc902
+1 -1
View File
@@ -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)