diff --git a/lib/main.dart b/lib/main.dart index a026cc4..f7c0ce1 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -47,7 +47,7 @@ void main() async { // useEncrypt: true ); // 设置当前是否为测试环境 - bool isDebug = false; + bool isDebug = true; AppConfig.setDebug(isDebug); bool inTest = Test.test(); diff --git a/pubspec.yaml b/pubspec.yaml index 239c9e9..56bea60 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,10 +2,7 @@ name: recook description: Recook Market App. publish_to: "none" -version: 1.3.17+210 - -# sdk min version to 2.2.2 -# to support ... feature +version: 1.3.20-20201217+213 environment: sdk: ">=2.10.0 <3.0.0"