We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4198008 commit c8aa0f9Copy full SHA for c8aa0f9
README.md
@@ -28,10 +28,10 @@ Encointer wallet and client for mobile phones
28
</p>
29
30
### Requirements
31
-- Dart sdk: ">=3.2.0 <3.0.0"
32
-- flutter: "3.16.3"
33
-- Android: minSdkVersion 17
34
-- iOS: --ios-language swift, Xcode version >= 14.3
+- Dart sdk: ">=3.2.0 <4.0.0"
+- flutter: "3.27.1"
+- Android: minSdkVersion 21
+- iOS: --ios-language swift, Xcode version >= 15.2
35
36
# Build Instructions
37
pubspec.yaml
@@ -3,7 +3,7 @@ description: EncointerWallet made with Flutter.
3
4
environment:
5
sdk: ">=3.2.0 <4.0.0"
6
- flutter: "3.19.0"
+ flutter: "3.27.1"
7
8
dev_dependencies:
9
melos: 3.4.0
0 commit comments