chore: bump version to 2026.4.10

This commit is contained in:
Peter Steinberger
2026-04-09 03:54:05 +01:00
parent d41188b65e
commit 719f06510c
116 changed files with 234 additions and 192 deletions

View File

@@ -65,8 +65,8 @@ android {
applicationId = "ai.openclaw.app"
minSdk = 31
targetSdk = 36
versionCode = 2026040901
versionName = "2026.4.9"
versionCode = 2026041001
versionName = "2026.4.10"
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.4.9</string>
<string>2026.4.10</string>
<key>CFBundleVersion</key>
<string>2026040901</string>
<string>2026041001</string>
<key>CFBundleIconFile</key>
<string>OpenClaw</string>
<key>CFBundleURLTypes</key>