Skip to content

Commit

Permalink
prepare release to give time for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Jul 20, 2023
1 parent 1547a51 commit 31b7b2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode 16
versionName "1.4.0"
versionCode 17
versionName "1.4.1"
}
signingConfigs {
release {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Feat range limited statistics
* Fix selecting a time of day after the current time
* Added in-app language selection
* Add "Custom" display intervall
* Update translations for Chinese, French, German,
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
version: 1.4.1

environment:
sdk: '>=2.19.6 <3.0.0'
Expand Down

0 comments on commit 31b7b2a

Please sign in to comment.