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 9aba8f3 commit 5cda979Copy full SHA for 5cda979
mobile-app/lib/service/firebase/remote_config_service.dart
@@ -24,7 +24,7 @@ class RemoteConfigService {
24
),
25
);
26
await remoteConfig.setDefaults({
27
- 'min_app_version': '5.0.1',
+ 'min_app_version': '5.0.2',
28
});
29
30
await remoteConfig.fetchAndActivate();
mobile-app/pubspec.yaml
@@ -1,7 +1,7 @@
1
name: freecodecamp
2
description: freecodecamp.org app.
3
publish_to: none
4
-version: 5.0.1+50001
+version: 5.0.2+50002
5
environment:
6
sdk: ">=3.0.0 <4.0.0"
7
dependencies:
0 commit comments