Skip to content

Commit e4271d6

Browse files
committed
release(app): v6.0.1+60001
1 parent 0a0a540 commit e4271d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<network-security-config>
33
<domain-config cleartextTrafficPermitted="true">
4-
<domain>localhost</domain>
4+
<domain includeSubdomains="true">localhost</domain>
55
</domain-config>
66
</network-security-config>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RemoteConfigService {
2424
),
2525
);
2626
await remoteConfig.setDefaults({
27-
'min_app_version': '6.0.0',
27+
'min_app_version': '6.0.1',
2828
});
2929

3030
await remoteConfig.fetchAndActivate();

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: 6.0.0+60000
4+
version: 6.0.1+60001
55
environment:
66
sdk: ">=3.0.0 <4.0.0"
77
dependencies:

0 commit comments

Comments
 (0)