build: prepare 2026.3.23-beta.1

This commit is contained in:
Peter Steinberger
2026-03-23 11:40:11 -07:00
parent 8fa91d283b
commit 870b0d216a
5 changed files with 9 additions and 9 deletions

View File

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