From 36810f3a71a89eb800c8f232eba3f52818ae5acf Mon Sep 17 00:00:00 2001 From: QiuSW <105186638@qq.com> Date: Tue, 22 Sep 2026 10:51:05 +0800 Subject: [PATCH] chore(android): bump agent to 0.9.60 for #331/#332 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01NTDbDcwbDw1TSAcE6wfh2F --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 3164439..f9f5eb8 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "cn.ilapage.goauto.agent" minSdk = 23 targetSdk = 34 - versionCode = 72 - versionName = "0.9.59" + versionCode = 73 + versionName = "0.9.60" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"