File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : freecodecamp
22description : freecodecamp.org app.
33publish_to : none
4- version : 7.4.1+71401
4+ version : 7.5.0+71500
55environment :
66 sdk : " >=3.0.0 <4.0.0"
77dependencies :
You can’t perform that action at this time.
0 commit comments