From ef2180a8ddaabbd291c359186de02b3756b2b9c7 Mon Sep 17 00:00:00 2001 From: alexpolo1 Date: Sat, 28 Feb 2026 23:23:40 +0100 Subject: [PATCH] Bump versionCode to 7 / versionName to 1.7.0 for proper update installs Android requires versionCode to increase for update-over-top installs. Without this, reinstalling would say "App not installed" on some devices. Co-Authored-By: Claude Sonnet 4.6 --- 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 7e5bb0a..b08e25a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.pixel10.ai" minSdk = 31 targetSdk = 35 - versionCode = 1 - versionName = "1.0.0" + versionCode = 7 + versionName = "1.7.0" } buildTypes {