chore: bump version to 0.0.2 to trigger Play Store CI
android / android (push) Failing after 43s
apple / swift (push) Successful in 54s
ci / web (push) Successful in 28s
ci / docs-site (push) Successful in 28s
deb / build-publish (push) Has been cancelled
decky / build-publish (push) Has been cancelled
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Has been cancelled
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Has been cancelled
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Has been cancelled
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Has been cancelled
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Has been cancelled
docker / deploy-docs (push) Has been cancelled
rpm / build-publish (bazzite, punktfunk-fedora-rpm) (push) Has been cancelled
rpm / build-publish (fedora-44, punktfunk-fedora44-rpm) (push) Has been cancelled
ci / rust (push) Successful in 1m36s
ci / bench (push) Has been cancelled

This commit is contained in:
2026-06-18 12:22:22 +02:00
parent a24679ce69
commit 8f720e0e46
+1 -1
View File
@@ -16,7 +16,7 @@ android {
minSdk = 31 minSdk = 31
targetSdk = 36 targetSdk = 36
versionCode = System.getenv("VERSION_CODE")?.toInt() ?: 1 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") } ndk { abiFilters += listOf("arm64-v8a", "x86_64") }
} }