Compare commits

...

1 Commits

Author SHA1 Message Date
722ef9ca21 🚀 Launch 1.0.0+4 2025-09-14 03:16:47 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="simple_math_calc"
android:label="SimpleMathCalc"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity

View File

@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+3
version: 1.0.0+4
environment:
sdk: ^3.9.2