Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: freeCodeCamp/mobile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 36179331cba886442ba38011fd831ef2ae613159
Choose a base ref
..
head repository: freeCodeCamp/mobile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26aefe72ea2fac86ccdfc9125002058a6b620dbe
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 mobile-app/lib/service/firebase/remote_config_service.dart
  2. +1 −1 mobile-app/pubspec.yaml
2 changes: 1 addition & 1 deletion mobile-app/lib/service/firebase/remote_config_service.dart
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ class RemoteConfigService {
),
);
await remoteConfig.setDefaults({
'min_app_version': '4.3.0',
'min_app_version': '4.4.0',
});

await remoteConfig.fetchAndActivate();
2 changes: 1 addition & 1 deletion mobile-app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: freecodecamp
description: freecodecamp.org app.
publish_to: none
version: 4.3.0+40300
version: 4.4.0+40400
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies: