Skip to content

Commit 519a628

Browse files
authored
release(app): v7.5.3+71503 (#1810)
* chore: bump mobile app version to 7.5.3 * chore: update remote config min_app_version to 7.5.3
1 parent 57fa499 commit 519a628

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mobile-app/lib/service/firebase/remote_config_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class RemoteConfigService {
3535
),
3636
);
3737
await remoteConfig.setDefaults({
38-
'min_app_version': '7.5.2',
38+
'min_app_version': '7.5.3',
3939
_activationOverridesKey: '{}',
4040
});
4141

mobile-app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: freecodecamp
22
description: freecodecamp.org app.
33
publish_to: none
4-
version: 7.5.2+71502
4+
version: 7.5.3+71503
55
environment:
66
sdk: ">=3.0.0 <4.0.0"
77
dependencies:

0 commit comments

Comments
 (0)