chore: update Flutter build mode to release and increment version number in pubspec.yaml to 1.9.0

This commit is contained in:
2025-12-29 14:40:25 +03:30
parent f830e7d76d
commit b290094164
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\Housh11\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\src\\flutter
flutter.buildMode=debug
flutter.versionName=1.3.42
flutter.versionCode=38
flutter.buildMode=release
flutter.versionName=1.3.43
flutter.versionCode=39

View File

@@ -1,6 +1,6 @@
name: rasadyar_chicken
description: A starting point for Dart libraries or applications.
version: 1.8.0
version: 1.9.0
environment:
sdk: ^3.10.0