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 d161dcd commit de0251eCopy full SHA for de0251e
2 files changed
mobile-app/lib/service/firebase/remote_config_service.dart
@@ -35,7 +35,7 @@ class RemoteConfigService {
35
),
36
);
37
await remoteConfig.setDefaults({
38
- 'min_app_version': '7.4.0',
+ 'min_app_version': '7.4.1',
39
_activationOverridesKey: '{}',
40
});
41
mobile-app/pubspec.yaml
@@ -1,7 +1,7 @@
1
name: freecodecamp
2
description: freecodecamp.org app.
3
publish_to: none
4
-version: 7.4.0+70400
+version: 7.4.1+71401
5
environment:
6
sdk: ">=3.0.0 <4.0.0"
7
dependencies:
0 commit comments