chore: bump version to 0.0.2 to trigger Play Store CI

This commit is contained in:
2026-06-18 12:22:22 +02:00
parent dca69dc016
commit 418a423061
+1 -1
View File
@@ -16,7 +16,7 @@ android {
minSdk = 31
targetSdk = 36
versionCode = System.getenv("VERSION_CODE")?.toInt() ?: 1
versionName = "0.0.1"
versionName = "0.0.2" // bumped for first Play Store release
ndk { abiFilters += listOf("arm64-v8a", "x86_64") }
}