Skip to content

Commit ec53a14

Browse files
V1.0.5
1 parent f666aff commit ec53a14

File tree

3 files changed

+5
-5
lines changed

3 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 = 5
29-
versionName = "1.0.4"
28+
versionCode = 6
29+
versionName = "1.0.5"
3030
}
3131

3232
buildTypes {

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": 5,
15-
"versionName": "1.0.4",
14+
"versionCode": 6,
15+
"versionName": "1.0.5",
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.4+5
19+
version: 1.0.5+6
2020

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

0 commit comments

Comments
 (0)