From 766b39243254fdbc4781a3544c5f0c61d9e09269 Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Mon, 18 Mar 2019 09:56:47 +0800 Subject: [PATCH] Fix version code error and update to v3.1.1 --- ios/Runner.xcodeproj/project.pbxproj | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index ed507bbb..7e65b279 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -249,7 +249,7 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh", "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework", - "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework", + "${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework", "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework", "${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework", "${BUILT_PRODUCTS_DIR}/Reachability/Reachability.framework", diff --git a/pubspec.yaml b/pubspec.yaml index 8de0c0fe..6cb4f7a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nkust_ap description: A new Flutter application. -version: 3.1.0+300100 +version: 3.1.1+30101 environment: sdk: ">=2.1.0 <3.0.0"