chore: bump versions to 2026.2.26

This commit is contained in:
Peter Steinberger
2026-02-26 12:10:08 +01:00
parent e7b600e318
commit caace61ba1
49 changed files with 119 additions and 77 deletions

View File

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