Skip to content

Commit f1f92ec

Browse files
authored
release(app): v7.5.0+71500 (#1791)
* release(app): v7.5.0+71500 * chore: update hashnode api url
1 parent 5b35abd commit f1f92ec

3 files changed

Lines changed: 3 additions & 3 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.4.1',
38+
'min_app_version': '7.5.0',
3939
_activationOverridesKey: '{}',
4040
});
4141

mobile-app/lib/service/news/api_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class NewsApiService {
138138
static final NewsApiService _instance = NewsApiService._internal();
139139
factory NewsApiService() => _instance;
140140

141-
HttpLink apiLink = HttpLink('https://gql.hashnode.com');
141+
HttpLink apiLink = HttpLink('https://gql-beta.hashnode.com');
142142
late final GraphQLClient client;
143143
late final String publicationId;
144144

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.4.1+71401
4+
version: 7.5.0+71500
55
environment:
66
sdk: ">=3.0.0 <4.0.0"
77
dependencies:

0 commit comments

Comments
 (0)