Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
add android 4.4.4 back to supported sdk versions
  • Loading branch information
X-Wei committed Jul 12, 2019
1 parent 6317bec commit 2d0a157
Show file tree
Hide file tree
Showing 3 changed files with 4 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 21
minSdkVersion 19
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion lib/my_app_meta.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import './routes/widgets_textformfield_ex.dart';

// Metadatas about this app:
// *Note*: when APP_VERSION is changed, remember to also update pubspec.yaml.
const APP_VERSION = 'v2.0.0';
const APP_VERSION = 'v2.0.1';
const APP_NAME = 'Flutter Catalog';
final kAppIcon =
Image.asset('res/images/launcher_icon.png', height: 64.0, width: 64.0);
Expand Down
3 changes: 2 additions & 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.0.0+33
version: 2.0.1+35

dependencies:
flutter:
Expand All @@ -29,6 +29,7 @@ dependencies:
google_sign_in: '4.0.2'
image_picker: '0.6.0+11'
local_auth: '0.5.2+3'
package_info: '0.4.0+4'
path_provider: '1.1.0'
provider: '3.0.0+1'
scoped_model: '1.0.1'
Expand Down

0 comments on commit 2d0a157

Please sign in to comment.