Skip to content

Commit

Permalink
android 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Feb 11, 2021
1 parent 3abbd6c commit 39e11a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Flutter/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cb682fbf85302e38b71c0e8da8840a1f
9d44c1ecf34ddcc94ec96815de221ef8
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

class Constants {
static String tagName = "0.3.3";
static String tagName = "0.3.6";

// static bool isGooglePlay =
// bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);//为何没用啊咕鸽?
Expand Down
7 changes: 7 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,13 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.2.1"
http_interceptor:
dependency: "direct main"
description:
name: http_interceptor
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.3.3"
http_multi_server:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ dependencies:
flutter_swiper: ^1.1.6
image: ^2.1.19
webview_flutter: ^1.0.7
http_interceptor: ^0.3.3
dio_cookie_manager: ^1.0.0

#dependency_overrides:
Expand Down

0 comments on commit 39e11a8

Please sign in to comment.