Skip to content

Commit

Permalink
New version number and release apk
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielTavernini committed Sep 15, 2020
1 parent e84f839 commit cd2dd2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ key.properties
**/android/**/GeneratedPluginRegistrant.java

# iOS/XCode related
**/ios/build
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ packages:
name: fl_chart
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.0"
version: "0.11.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ description: A mobile app developed with Flutter to view Covid19 statistics.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.0+8
version: 2.0.1+9

environment:
sdk: ">=2.2.2 <3.0.0"

dependencies:
intl: ^0.16.1
http: ^0.12.2
fl_chart: ^0.11.0
fl_chart: ^0.11.1
liquid_pull_to_refresh: ^2.0.0
flutter:
sdk: flutter
Expand Down
Binary file modified repo_files/app-release.apk
Binary file not shown.

0 comments on commit cd2dd2e

Please sign in to comment.