From 518c1d74a76f29be3bee66c4781bfe0b6204e0b8 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Mon, 18 May 2026 22:04:11 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20allinea=20identit=C3=A0=20app=20Androi?= =?UTF-8?q?d=20alla=20v1.2.1=20per=20aggiornamento=20diretto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - applicationId e namespace: com.biteplan.biteplan → com.davide.biteplan - android:label: biteplan → BitePlan - MainActivity.kt spostato nel package com.davide.biteplan - versionCode: 1 → 10300 (superiore al 10201 della v1.2.1 Capacitor) Co-Authored-By: Claude Sonnet 4.6 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a5a20ef..72970ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: biteplan description: App per meal planning, conversione crudo/cotto e lista della spesa. publish_to: 'none' -version: 2.0.0+1 +version: 2.0.0+10300 environment: sdk: '>=3.3.0 <4.0.0'