We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d45021 commit 04ce757Copy full SHA for 04ce757
2 files changed
mobile-app/lib/service/firebase/remote_config_service.dart
@@ -27,7 +27,7 @@ class RemoteConfigService {
27
),
28
);
29
await remoteConfig.setDefaults({
30
- 'min_app_version': '7.2.1',
+ 'min_app_version': '7.3.0',
31
_superblockActivationKey: '{}',
32
_blockActivationKey: '{}',
33
});
mobile-app/pubspec.yaml
@@ -1,7 +1,7 @@
1
name: freecodecamp
2
description: freecodecamp.org app.
3
publish_to: none
4
-version: 7.2.1+71201
+version: 7.3.0+71300
5
environment:
6
sdk: ">=3.0.0 <4.0.0"
7
dependencies:
0 commit comments