build: bump version to 2026.3.8

This commit is contained in:
Peter Steinberger
2026-03-08 05:59:04 +00:00
parent 389647157d
commit 05217845a7
52 changed files with 117 additions and 69 deletions

View File

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