From ee701d6bad2086eef3eb3f42802f23343b7992eb Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Sun, 29 Mar 2026 17:14:56 +0530 Subject: [PATCH] build: bump Android version to 2026.3.29 --- apps/android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/android/app/build.gradle.kts b/apps/android/app/build.gradle.kts index 6ebd7bcd364..9718cd0000a 100644 --- a/apps/android/app/build.gradle.kts +++ b/apps/android/app/build.gradle.kts @@ -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")