Skip to content

Commit

Permalink
merge from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Jul 28, 2019
2 parents 5dc2142 + 362c5a7 commit 4d34ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {

defaultConfig {
applicationId "io.github.x_wei.flutter_catalog"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

// *Note*: when APP_VERSION is changed, remember to also update pubspec.yaml.
const APP_VERSION = 'v2.1.0';
const APP_VERSION = 'v2.2.0';
const APP_NAME = 'Flutter Catalog';
final kAppIcon =
Image.asset('res/images/launcher_icon.png', height: 64.0, width: 64.0);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: An app showcasing Flutter components, with side-by-side source code
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.1.0+38
version: 2.2.0+39

environment:
sdk: ">=2.3.0 <3.0.0"
Expand Down

0 comments on commit 4d34ea4

Please sign in to comment.