From 357896586616435524c9bfc3e451f4bbebaa7604 Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Tue, 12 May 2020 23:31:46 +0800 Subject: [PATCH] Update to v3.3.13 --- lib/pages/home_page.dart | 1 - lib/pages/setting_page.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/pages/home_page.dart b/lib/pages/home_page.dart index 468f88e8..284ed8db 100644 --- a/lib/pages/home_page.dart +++ b/lib/pages/home_page.dart @@ -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'; diff --git a/lib/pages/setting_page.dart b/lib/pages/setting_page.dart index fb9eb195..490fe432 100644 --- a/lib/pages/setting_page.dart +++ b/lib/pages/setting_page.dart @@ -276,7 +276,7 @@ class SettingPageState extends State { 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); diff --git a/pubspec.yaml b/pubspec.yaml index 4f9cd3ba..822914d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"