diff --git a/ios/Flutter/.last_build_id b/ios/Flutter/.last_build_id index b97b90560..3084ebca2 100644 --- a/ios/Flutter/.last_build_id +++ b/ios/Flutter/.last_build_id @@ -1 +1 @@ -cb682fbf85302e38b71c0e8da8840a1f \ No newline at end of file +9d44c1ecf34ddcc94ec96815de221ef8 \ No newline at end of file diff --git a/lib/constants.dart b/lib/constants.dart index 12dbccd97..6bd8a8627 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -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);//为何没用啊咕鸽? diff --git a/pubspec.lock b/pubspec.lock index ba0efdd22..b53ef205c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index e4bbb93e8..62ea15257 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: