build: bump unreleased version to 2026.3.9

This commit is contained in:
Peter Steinberger
2026-03-09 08:33:39 +00:00
parent 7217b97658
commit f9706fde6a
13 changed files with 29 additions and 29 deletions

View File

@@ -63,8 +63,8 @@ android {
applicationId = "ai.openclaw.app"
minSdk = 31
targetSdk = 36
versionCode = 202603081
versionName = "2026.3.8"
versionCode = 202603090
versionName = "2026.3.9"
ndk {
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")