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 ebde35e commit 81b5ed5Copy full SHA for 81b5ed5
mobile-app/lib/service/firebase/remote_config_service.dart
@@ -19,7 +19,7 @@ class RemoteConfigService {
19
),
20
);
21
await remoteConfig.setDefaults({
22
- 'min_app_version': '4.2.0',
+ 'min_app_version': '4.2.1',
23
});
24
await remoteConfig.fetchAndActivate();
25
mobile-app/pubspec.yaml
@@ -1,7 +1,7 @@
1
name: freecodecamp
2
description: freecodecamp.org app.
3
publish_to: none
4
-version: 4.2.0+40200
+version: 4.2.1+40201
5
environment:
6
sdk: ">=3.0.0 <4.0.0"
7
dependencies:
0 commit comments