From 17543c264cf4e1805dfc5e86c52156c0fc0e0c62 Mon Sep 17 00:00:00 2001 From: Yan Wang Date: Fri, 4 Sep 2026 00:20:45 -0700 Subject: [PATCH] chore: bump version to 0.1.20260904 (versionCode 18) --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2397708..615c751 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,8 +28,8 @@ android { applicationId = "com.yage.opencode_client" minSdk = 26 targetSdk = 34 - versionCode = 17 - versionName = "0.1.20260731" + versionCode = 18 + versionName = "0.1.20260904" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" // Integration test credentials from .env (dynamic, not in code)