Compare commits

...

2 Commits

Author SHA1 Message Date
269bc27905 fix fastlane 2024-12-10 23:47:32 +01:00
23b9fea228 change version 2024-12-10 23:36:30 +01:00
9 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ android {
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = 1
versionName = "1.0.0"
versionName = "1.0.1"
}
buildTypes {

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

View File

@ -1,7 +1,6 @@
name: calorimeter
description: "Track your calories!"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.5.3