build: sync versions to 2026.3.11

This commit is contained in:
Peter Steinberger
2026-03-12 04:01:57 +00:00
parent 96485701a7
commit ce5dd742f8
44 changed files with 81 additions and 39 deletions

View File

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

View File

@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2026.3.10</string>
<string>2026.3.11</string>
<key>CFBundleVersion</key>
<string>202603100</string>
<string>202603110</string>
<key>CFBundleIconFile</key>
<string>OpenClaw</string>
<key>CFBundleURLTypes</key>