Skip to content

Commit

Permalink
Update to v3.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed May 12, 2020
1 parent ea5e446 commit 3578965
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:io';
import 'dart:math';

import 'package:ap_common/callback/general_callback.dart';
import 'package:ap_common/config/ap_constants.dart';
import 'package:ap_common/models/user_info.dart';
import 'package:ap_common/pages/announcement_content_page.dart';
import 'package:ap_common/pages/about_us_page.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class SettingPageState extends State<SettingPage> {
packageInfo = await PackageInfo.fromPlatform();
setState(() {
isOffline = Preferences.getBool(Constants.PREF_IS_OFFLINE_LOGIN, false);
appVersion = packageInfo?.version ?? '3.3.12';
appVersion = packageInfo?.version ?? '3.3.13';
courseNotify = Preferences.getBool(Constants.PREF_COURSE_NOTIFY, false);
displayPicture =
Preferences.getBool(Constants.PREF_DISPLAY_PICTURE, true);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nkust_ap
description: A new Flutter application.

version: 3.3.12+30312
version: 3.3.13+30313

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

0 comments on commit 3578965

Please sign in to comment.