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 ae7d012 commit 076f40fCopy full SHA for 076f40f
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': '4.4.0',
+ 'min_app_version': '5.0.0',
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: 4.4.0+40400
+version: 5.0.0+50000
5
environment:
6
sdk: ">=3.0.0 <4.0.0"
7
dependencies:
0 commit comments