build: bump Android version to 2026.3.29

This commit is contained in:
Ayaan Zaidi 2026-03-29 17:14:56 +05:30
parent 92d0b3a557
commit ee701d6bad
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

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