Skip to content

Commit f666aff

Browse files
V1.0.4+5
1 parent 96d914d commit f666aff

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
// For more information, see: https://flutter.dev/to/review-gradle-config.
2626
minSdk = 23 // torch_light requires >= 23
2727
targetSdk = flutter.targetSdkVersion
28-
versionCode = flutter.versionCode
29-
versionName = flutter.versionName
28+
versionCode = 5
29+
versionName = "1.0.4"
3030
}
3131

3232
buildTypes {
-40 MB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

android/app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 1,
15-
"versionName": "1.0.0",
14+
"versionCode": 5,
15+
"versionName": "1.0.4",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.1+2
19+
version: 1.0.4+5
2020

2121
environment:
2222
sdk: '>=3.1.0 <4.0.0'

0 commit comments

Comments
 (0)